Html Css Color HEX #CE7D14 Ochre

📋 copy color: '#CE7D14'

red 206 ◦ green 125 ◦ blue 20

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

Shades of Ochre #CE7D14

Tints of Ochre #CE7D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 58.69%
G = 35.61%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7D14 (or 0xCE7D14) is known color: Ochre. HEX triplet: CE, 7D and 14. RGB value is (206,125,20). Sum of RGB (Red+Green+Blue) = 206+125+20=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D14 is #3182EB. Grayscale: #898989. Windows color (decimal): -3244780 or 1342926. OLE color: 1342926.

HSL color Cylindrical-coordinate representation of color #CE7D14: hue angle of 33.87º 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 #CE7D14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 20 -
CMYK 0 0.39 0.90 0.19
HSL 33.87º 0.82% 0.44% -
HSV(B) 33.87º 0.9% 0.81% -
XYZ 32.91 27.84 4.3 -
YUV 137.25 61.84 177.04 -
System Red Green Blue C M Y K H S L
Decimal 206 125 20 0 0.39 0.90 0.19 33.87 0.82 0.44
Hex CE 7D 14 0 27 5A 13 22 52 2C
Octal 316 175 24 0 47 132 23 42 122 54
Binary 11001110 1111101 10100 0 100111 1011010 10011 100010 1010010 101100

Color Harmonies of #CE7D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D14

Black with #CE7D14

Text Example


Text Example

White with #CE7D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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