Html Css Color HEX #CE7A14 Ochre

📋 copy color: '#CE7A14'

red 206 ◦ green 122 ◦ blue 20

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

Shades of Ochre #CE7A14

Tints of Ochre #CE7A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 59.2%
G = 35.06%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7A14 (or 0xCE7A14) is known color: Ochre. HEX triplet: CE, 7A and 14. RGB value is (206,122,20). Sum of RGB (Red+Green+Blue) = 206+122+20=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A14 is #3185EB. Grayscale: #878787. Windows color (decimal): -3245548 or 1342158. OLE color: 1342158.

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

Color convert

RGB 206 122 20 -
CMYK 0 0.41 0.90 0.19
HSL 32.9º 0.82% 0.44% -
HSV(B) 32.9º 0.9% 0.81% -
XYZ 32.54 27.09 4.18 -
YUV 135.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 206 122 20 0 0.41 0.90 0.19 32.9 0.82 0.44
Hex CE 7A 14 0 29 5A 13 21 52 2C
Octal 316 172 24 0 51 132 23 41 122 54
Binary 11001110 1111010 10100 0 101001 1011010 10011 100001 1010010 101100

Color Harmonies of #CE7A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A14

Black with #CE7A14

Text Example


Text Example

White with #CE7A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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