Html Css Color HEX #CE7E16 Ochre

📋 copy color: '#CE7E16'

red 206 ◦ green 126 ◦ blue 22

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

Shades of Ochre #CE7E16

Tints of Ochre #CE7E16

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 22 (8.98% from 255) = 6.21%

R = 58.19%
G = 35.59%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7E16 (or 0xCE7E16) is known color: Ochre. HEX triplet: CE, 7E and 16. RGB value is (206,126,22). Sum of RGB (Red+Green+Blue) = 206+126+22=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E16 is #3181E9. Grayscale: #8A8A8A. Windows color (decimal): -3244522 or 1474254. OLE color: 1474254.

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

Color convert

RGB 206 126 22 -
CMYK 0 0.39 0.89 0.19
HSL 33.91º 0.81% 0.45% -
HSV(B) 33.91º 0.89% 0.81% -
XYZ 33.06 28.1 4.44 -
YUV 138.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 206 126 22 0 0.39 0.89 0.19 33.91 0.81 0.45
Hex CE 7E 16 0 27 59 13 22 51 2D
Octal 316 176 26 0 47 131 23 42 121 55
Binary 11001110 1111110 10110 0 100111 1011001 10011 100010 1010001 101101

Color Harmonies of #CE7E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E16

Black with #CE7E16

Text Example


Text Example

White with #CE7E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E16; }

 p { color: rgb(206,126,22); }

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

background-color css

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

 a { background-color: rgb(206,126,22); }

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

border-color css

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

 span { border-color: rgb(206,126,22); }

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