Html Css Color HEX #CE7022 Ochre

📋 copy color: '#CE7022'

red 206 ◦ green 112 ◦ blue 34

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

Shades of Ochre #CE7022

Tints of Ochre #CE7022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 58.52%
G = 31.82%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7022 (or 0xCE7022) is known color: Ochre. HEX triplet: CE, 70 and 22. RGB value is (206,112,34). Sum of RGB (Red+Green+Blue) = 206+112+34=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7022 is #318FDD. Grayscale: #838383. Windows color (decimal): -3248094 or 2257102. OLE color: 2257102.

HSL color Cylindrical-coordinate representation of color #CE7022: hue angle of 27.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7022 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 34 -
CMYK 0 0.46 0.83 0.19
HSL 27.21º 0.72% 0.47% -
HSV(B) 27.21º 0.83% 0.81% -
XYZ 31.54 24.83 4.64 -
YUV 131.21 73.14 181.34 -
System Red Green Blue C M Y K H S L
Decimal 206 112 34 0 0.46 0.83 0.19 27.21 0.72 0.47
Hex CE 70 22 0 2E 53 13 1B 48 2F
Octal 316 160 42 0 56 123 23 33 110 57
Binary 11001110 1110000 100010 0 101110 1010011 10011 11011 1001000 101111

Color Harmonies of #CE7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7022

Black with #CE7022

Text Example


Text Example

White with #CE7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7022; }

 p { color: rgb(206,112,34); }

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

background-color css

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

 a { background-color: rgb(206,112,34); }

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

border-color css

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

 span { border-color: rgb(206,112,34); }

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