Html Css Color HEX #CE8514 Ochre

📋 copy color: '#CE8514'

red 206 ◦ green 133 ◦ blue 20

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

Shades of Ochre #CE8514

Tints of Ochre #CE8514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 57.38%
G = 37.05%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8514 (or 0xCE8514) is known color: Ochre. HEX triplet: CE, 85 and 14. RGB value is (206,133,20). Sum of RGB (Red+Green+Blue) = 206+133+20=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8514 is #317AEB. Grayscale: #8E8E8E. Windows color (decimal): -3242732 or 1344974. OLE color: 1344974.

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

Color convert

RGB 206 133 20 -
CMYK 0 0.35 0.90 0.19
HSL 36.45º 0.82% 0.44% -
HSV(B) 36.45º 0.9% 0.81% -
XYZ 33.97 29.95 4.65 -
YUV 141.95 59.18 173.69 -
System Red Green Blue C M Y K H S L
Decimal 206 133 20 0 0.35 0.90 0.19 36.45 0.82 0.44
Hex CE 85 14 0 23 5A 13 24 52 2C
Octal 316 205 24 0 43 132 23 44 122 54
Binary 11001110 10000101 10100 0 100011 1011010 10011 100100 1010010 101100

Color Harmonies of #CE8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8514

Black with #CE8514

Text Example


Text Example

White with #CE8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8514; }

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

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

background-color css

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

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

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

border-color css

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

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

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