#CE871F

Color #CE871F Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #CE871F

Tints of Geebung #CE871F

Color information

#CE871F (or 0xCE871F) is unknown color: approx Geebung. HEX triplet: CE, 87 and 1F. RGB value is (206,135,31). Sum of RGB (Red+Green+Blue) = 206+135+31=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE871F is #3178E0. Grayscale: #909090. Windows color (decimal): -3242209 or 2066382. OLE color: 2066382.

HSL color Cylindrical-coordinate representation of color #CE871F: hue angle of 35.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE871F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB20613531-
CMYK00.340.850.19
HSL35.66º73.84%46.47%-
HSV(B)35.66º84.95%80.78%-
XYZ34.3630.555.38-
YUV144.3764.02171.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 55.38%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=55.38%
G=36.29%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061353100.340.850.1935.6673.8446.47
HexCE871F0225513244a2e
Octal31620737042125234411256
Binary11001110100001111111101000101010101100111001001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE871F; }

 p { color: rgb(206,135,31); }

 H1.HeaderClassName
 {
   color: #CE871F;
 }
 .AnyTagClassName
 {
   color: #CE871F;
 }
</style>
background-color css

<style>
 a { background-color: #CE871F; }

 a { background-color: rgb(206,135,31); }

 div.DivClassName
 {
   background-color: #CE871F;
 }
 .BgClassName
 {
   background-color: #CE871F;
 }
</style>
border-color css

<style>
 span { border-color: #CE871F; }

 span { border-color: rgb(206,135,31); }

 td.TdClassName
 {
   border-color: #CE871F;
 }
 .TagClassName
 {
   border-color: #CE871F;
 }
</style>