Html Css Color HEX #CE8110 Ochre

📋 copy color: '#CE8110'

red 206 ◦ green 129 ◦ blue 16

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

Shades of Ochre #CE8110

Tints of Ochre #CE8110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.75%

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 58.69%
G = 36.75%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8110 (or 0xCE8110) is known color: Ochre. HEX triplet: CE, 81 and 10. RGB value is (206,129,16). Sum of RGB (Red+Green+Blue) = 206+129+16=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8110 is #317EEF. Grayscale: #8B8B8B. Windows color (decimal): -3243760 or 1081806. OLE color: 1081806.

HSL color Cylindrical-coordinate representation of color #CE8110: hue angle of 35.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE8110 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 16 -
CMYK 0 0.37 0.92 0.19
HSL 35.68º 0.86% 0.44% -
HSV(B) 35.68º 0.92% 0.81% -
XYZ 33.4 28.86 4.3 -
YUV 139.14 58.51 175.69 -
System Red Green Blue C M Y K H S L
Decimal 206 129 16 0 0.37 0.92 0.19 35.68 0.86 0.44
Hex CE 81 10 0 25 5C 13 24 56 2C
Octal 316 201 20 0 45 134 23 44 126 54
Binary 11001110 10000001 10000 0 100101 1011100 10011 100100 1010110 101100

Color Harmonies of #CE8110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8110

Black with #CE8110

Text Example


Text Example

White with #CE8110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8110; }

 p { color: rgb(206,129,16); }

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

background-color css

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

 a { background-color: rgb(206,129,16); }

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

border-color css

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

 span { border-color: rgb(206,129,16); }

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