Html Css Color HEX #CE8714 Ochre

📋 copy color: '#CE8714'

red 206 ◦ green 135 ◦ blue 20

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

Shades of Ochre #CE8714

Tints of Ochre #CE8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 57.06%
G = 37.4%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8714 (or 0xCE8714) is known color: Ochre. HEX triplet: CE, 87 and 14. RGB value is (206,135,20). Sum of RGB (Red+Green+Blue) = 206+135+20=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8714 is #3178EB. Grayscale: #8F8F8F. Windows color (decimal): -3242220 or 1345486. OLE color: 1345486.

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

Color convert

RGB 206 135 20 -
CMYK 0 0.34 0.90 0.19
HSL 37.1º 0.82% 0.44% -
HSV(B) 37.1º 0.9% 0.81% -
XYZ 34.24 30.5 4.74 -
YUV 143.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 206 135 20 0 0.34 0.90 0.19 37.1 0.82 0.44
Hex CE 87 14 0 22 5A 13 25 52 2C
Octal 316 207 24 0 42 132 23 45 122 54
Binary 11001110 10000111 10100 0 100010 1011010 10011 100101 1010010 101100

Color Harmonies of #CE8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8714

Black with #CE8714

Text Example


Text Example

White with #CE8714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8714; }

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

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

background-color css

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

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

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

border-color css

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

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

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