Html Css Color HEX #CE7814 Ochre

📋 copy color: '#CE7814'

red 206 ◦ green 120 ◦ blue 20

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

Shades of Ochre #CE7814

Tints of Ochre #CE7814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 59.54%
G = 34.68%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7814 (or 0xCE7814) is known color: Ochre. HEX triplet: CE, 78 and 14. RGB value is (206,120,20). Sum of RGB (Red+Green+Blue) = 206+120+20=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7814 is #3187EB. Grayscale: #868686. Windows color (decimal): -3246060 or 1341646. OLE color: 1341646.

HSL color Cylindrical-coordinate representation of color #CE7814: hue angle of 32.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE7814 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 20 -
CMYK 0 0.42 0.90 0.19
HSL 32.26º 0.82% 0.44% -
HSV(B) 32.26º 0.9% 0.81% -
XYZ 32.3 26.61 4.09 -
YUV 134.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 206 120 20 0 0.42 0.90 0.19 32.26 0.82 0.44
Hex CE 78 14 0 2A 5A 13 20 52 2C
Octal 316 170 24 0 52 132 23 40 122 54
Binary 11001110 1111000 10100 0 101010 1011010 10011 100000 1010010 101100

Color Harmonies of #CE7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7814

Black with #CE7814

Text Example


Text Example

White with #CE7814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7814; }

 p { color: rgb(206,120,20); }

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

background-color css

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

 a { background-color: rgb(206,120,20); }

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

border-color css

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

 span { border-color: rgb(206,120,20); }

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