Html Css Color HEX #CE8319 Ochre

📋 copy color: '#CE8319'

red 206 ◦ green 131 ◦ blue 25

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

Shades of Ochre #CE8319

Tints of Ochre #CE8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

 BLUE value IS 25 (10.16% from 255) = 6.91%

R = 56.91%
G = 36.19%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8319 (or 0xCE8319) is known color: Ochre. HEX triplet: CE, 83 and 19. RGB value is (206,131,25). Sum of RGB (Red+Green+Blue) = 206+131+25=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8319 is #317CE6. Grayscale: #8D8D8D. Windows color (decimal): -3243239 or 1672142. OLE color: 1672142.

HSL color Cylindrical-coordinate representation of color #CE8319: hue angle of 35.14º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE8319 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 25 -
CMYK 0 0.36 0.88 0.19
HSL 35.14º 0.78% 0.45% -
HSV(B) 35.14º 0.88% 0.81% -
XYZ 33.75 29.42 4.82 -
YUV 141.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 206 131 25 0 0.36 0.88 0.19 35.14 0.78 0.45
Hex CE 83 19 0 24 58 13 23 4E 2D
Octal 316 203 31 0 44 130 23 43 116 55
Binary 11001110 10000011 11001 0 100100 1011000 10011 100011 1001110 101101

Color Harmonies of #CE8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8319

Black with #CE8319

Text Example


Text Example

White with #CE8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8319; }

 p { color: rgb(206,131,25); }

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

background-color css

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

 a { background-color: rgb(206,131,25); }

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

border-color css

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

 span { border-color: rgb(206,131,25); }

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