Html Css Color HEX #CE8014 Ochre

📋 copy color: '#CE8014'

red 206 ◦ green 128 ◦ blue 20

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

Shades of Ochre #CE8014

Tints of Ochre #CE8014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 58.19%
G = 36.16%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8014 (or 0xCE8014) is known color: Ochre. HEX triplet: CE, 80 and 14. RGB value is (206,128,20). Sum of RGB (Red+Green+Blue) = 206+128+20=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8014 is #317FEB. Grayscale: #8B8B8B. Windows color (decimal): -3244012 or 1343694. OLE color: 1343694.

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

Color convert

RGB 206 128 20 -
CMYK 0 0.38 0.90 0.19
HSL 34.84º 0.82% 0.44% -
HSV(B) 34.84º 0.9% 0.81% -
XYZ 33.3 28.61 4.43 -
YUV 139.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 206 128 20 0 0.38 0.90 0.19 34.84 0.82 0.44
Hex CE 80 14 0 26 5A 13 23 52 2C
Octal 316 200 24 0 46 132 23 43 122 54
Binary 11001110 10000000 10100 0 100110 1011010 10011 100011 1010010 101100

Color Harmonies of #CE8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8014

Black with #CE8014

Text Example


Text Example

White with #CE8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8014; }

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

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

background-color css

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

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

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

border-color css

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

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

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