Html Css Color HEX #CE7C14 Ochre

📋 copy color: '#CE7C14'

red 206 ◦ green 124 ◦ blue 20

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

Shades of Ochre #CE7C14

Tints of Ochre #CE7C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 58.86%
G = 35.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7C14 (or 0xCE7C14) is known color: Ochre. HEX triplet: CE, 7C and 14. RGB value is (206,124,20). Sum of RGB (Red+Green+Blue) = 206+124+20=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7C14 is #3183EB. Grayscale: #898989. Windows color (decimal): -3245036 or 1342670. OLE color: 1342670.

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

Color convert

RGB 206 124 20 -
CMYK 0 0.40 0.90 0.19
HSL 33.55º 0.82% 0.44% -
HSV(B) 33.55º 0.9% 0.81% -
XYZ 32.79 27.59 4.26 -
YUV 136.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 206 124 20 0 0.40 0.90 0.19 33.55 0.82 0.44
Hex CE 7C 14 0 28 5A 13 22 52 2C
Octal 316 174 24 0 50 132 23 42 122 54
Binary 11001110 1111100 10100 0 101000 1011010 10011 100010 1010010 101100

Color Harmonies of #CE7C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C14

Black with #CE7C14

Text Example


Text Example

White with #CE7C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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