Html Css Color HEX #CE8018 Ochre

📋 copy color: '#CE8018'

red 206 ◦ green 128 ◦ blue 24

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

Shades of Ochre #CE8018

Tints of Ochre #CE8018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

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

R = 57.54%
G = 35.75%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8018 (or 0xCE8018) is known color: Ochre. HEX triplet: CE, 80 and 18. RGB value is (206,128,24). Sum of RGB (Red+Green+Blue) = 206+128+24=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8018 is #317FE7. Grayscale: #8B8B8B. Windows color (decimal): -3244008 or 1605838. OLE color: 1605838.

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

Color convert

RGB 206 128 24 -
CMYK 0 0.38 0.88 0.19
HSL 34.29º 0.79% 0.45% -
HSV(B) 34.29º 0.88% 0.81% -
XYZ 33.34 28.63 4.63 -
YUV 139.47 62.84 175.46 -
System Red Green Blue C M Y K H S L
Decimal 206 128 24 0 0.38 0.88 0.19 34.29 0.79 0.45
Hex CE 80 18 0 26 58 13 22 4F 2D
Octal 316 200 30 0 46 130 23 42 117 55
Binary 11001110 10000000 11000 0 100110 1011000 10011 100010 1001111 101101

Color Harmonies of #CE8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8018

Black with #CE8018

Text Example


Text Example

White with #CE8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8018; }

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

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

background-color css

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

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

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

border-color css

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

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

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