Html Css Color HEX #CE8318 Ochre

📋 copy color: '#CE8318'

red 206 ◦ green 131 ◦ blue 24

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

Shades of Ochre #CE8318

Tints of Ochre #CE8318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.65%

R = 57.06%
G = 36.29%
B = 6.65%

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

#CE8318 (or 0xCE8318) is known color: Ochre. HEX triplet: CE, 83 and 18. RGB value is (206,131,24). Sum of RGB (Red+Green+Blue) = 206+131+24=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8318 is #317CE7. Grayscale: #8D8D8D. Windows color (decimal): -3243240 or 1606606. OLE color: 1606606.

HSL color Cylindrical-coordinate representation of color #CE8318: hue angle of 35.27º degrees, saturation: 0.79, 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 #CE8318 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 24 -
CMYK 0 0.36 0.88 0.19
HSL 35.27º 0.79% 0.45% -
HSV(B) 35.27º 0.88% 0.81% -
XYZ 33.73 29.42 4.76 -
YUV 141.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 206 131 24 0 0.36 0.88 0.19 35.27 0.79 0.45
Hex CE 83 18 0 24 58 13 23 4F 2D
Octal 316 203 30 0 44 130 23 43 117 55
Binary 11001110 10000011 11000 0 100100 1011000 10011 100011 1001111 101101

Color Harmonies of #CE8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8318

Black with #CE8318

Text Example


Text Example

White with #CE8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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