Html Css Color HEX #CE7023 Ochre

📋 copy color: '#CE7023'

red 206 ◦ green 112 ◦ blue 35

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

Shades of Ochre #CE7023

Tints of Ochre #CE7023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 58.36%
G = 31.73%
B = 9.92%

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

#CE7023 (or 0xCE7023) is known color: Ochre. HEX triplet: CE, 70 and 23. RGB value is (206,112,35). Sum of RGB (Red+Green+Blue) = 206+112+35=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7023 is #318FDC. Grayscale: #838383. Windows color (decimal): -3248093 or 2322638. OLE color: 2322638.

HSL color Cylindrical-coordinate representation of color #CE7023: hue angle of 27.02º degrees, saturation: 0.71, 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 #CE7023 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 35 -
CMYK 0 0.46 0.83 0.19
HSL 27.02º 0.71% 0.47% -
HSV(B) 27.02º 0.83% 0.81% -
XYZ 31.55 24.83 4.72 -
YUV 131.33 73.64 181.26 -
System Red Green Blue C M Y K H S L
Decimal 206 112 35 0 0.46 0.83 0.19 27.02 0.71 0.47
Hex CE 70 23 0 2E 53 13 1B 47 2F
Octal 316 160 43 0 56 123 23 33 107 57
Binary 11001110 1110000 100011 0 101110 1010011 10011 11011 1000111 101111

Color Harmonies of #CE7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7023

Black with #CE7023

Text Example


Text Example

White with #CE7023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7023; }

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

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

background-color css

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

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

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

border-color css

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

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

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