Html Css Color HEX #CE7214 Ochre

📋 copy color: '#CE7214'

red 206 ◦ green 114 ◦ blue 20

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

Shades of Ochre #CE7214

Tints of Ochre #CE7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 60.59%
G = 33.53%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7214 (or 0xCE7214) is known color: Ochre. HEX triplet: CE, 72 and 14. RGB value is (206,114,20). Sum of RGB (Red+Green+Blue) = 206+114+20=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7214 is #318DEB. Grayscale: #838383. Windows color (decimal): -3247596 or 1340110. OLE color: 1340110.

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

Color convert

RGB 206 114 20 -
CMYK 0 0.45 0.90 0.19
HSL 30.32º 0.82% 0.44% -
HSV(B) 30.32º 0.9% 0.81% -
XYZ 31.6 25.21 3.86 -
YUV 130.79 65.48 181.64 -
System Red Green Blue C M Y K H S L
Decimal 206 114 20 0 0.45 0.90 0.19 30.32 0.82 0.44
Hex CE 72 14 0 2D 5A 13 1E 52 2C
Octal 316 162 24 0 55 132 23 36 122 54
Binary 11001110 1110010 10100 0 101101 1011010 10011 11110 1010010 101100

Color Harmonies of #CE7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7214

Black with #CE7214

Text Example


Text Example

White with #CE7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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