Html Css Color HEX #CE8814 Ochre

📋 copy color: '#CE8814'

red 206 ◦ green 136 ◦ blue 20

#CE8814
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CE8814

Tints of Ochre #CE8814

RGB

 RED value IS 206 (80.86% from 255) = 56.91%

 GREEN value IS 136 (53.52% from 255) = 37.57%

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 56.91%
G = 37.57%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8814 (or 0xCE8814) is known color: Ochre. HEX triplet: CE, 88 and 14. RGB value is (206,136,20). Sum of RGB (Red+Green+Blue) = 206+136+20=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8814 is #3177EB. Grayscale: #909090. Windows color (decimal): -3241964 or 1345742. OLE color: 1345742.

HSL color Cylindrical-coordinate representation of color #CE8814: hue angle of 37.42º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8814 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 136 20 -
CMYK 0 0.34 0.90 0.19
HSL 37.42º 0.82% 0.44% -
HSV(B) 37.42º 0.9% 0.81% -
XYZ 34.38 30.78 4.79 -
YUV 143.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 206 136 20 0 0.34 0.90 0.19 37.42 0.82 0.44
Hex CE 88 14 0 22 5A 13 25 52 2C
Octal 316 210 24 0 42 132 23 45 122 54
Binary 11001110 10001000 10100 0 100010 1011010 10011 100101 1010010 101100

Color Harmonies of #CE8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8814

Black with #CE8814

Text Example


Text Example

White with #CE8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8814; }

 p { color: rgb(206,136,20); }

 H1.HeaderClassName
 {
   color: #CE8814;
 }
 .AnyTagClassName
 {
   color: #CE8814;
 }
</style>

background-color css

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

 a { background-color: rgb(206,136,20); }

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

border-color css

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

 span { border-color: rgb(206,136,20); }

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