Html Css Color HEX #CE7514 Ochre

📋 copy color: '#CE7514'

red 206 ◦ green 117 ◦ blue 20

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

Shades of Ochre #CE7514

Tints of Ochre #CE7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

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

R = 60.06%
G = 34.11%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7514 (or 0xCE7514) is known color: Ochre. HEX triplet: CE, 75 and 14. RGB value is (206,117,20). Sum of RGB (Red+Green+Blue) = 206+117+20=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7514 is #318AEB. Grayscale: #858585. Windows color (decimal): -3246828 or 1340878. OLE color: 1340878.

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

Color convert

RGB 206 117 20 -
CMYK 0 0.43 0.90 0.19
HSL 31.29º 0.82% 0.44% -
HSV(B) 31.29º 0.9% 0.81% -
XYZ 31.94 25.89 3.98 -
YUV 132.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 206 117 20 0 0.43 0.90 0.19 31.29 0.82 0.44
Hex CE 75 14 0 2B 5A 13 1F 52 2C
Octal 316 165 24 0 53 132 23 37 122 54
Binary 11001110 1110101 10100 0 101011 1011010 10011 11111 1010010 101100

Color Harmonies of #CE7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7514

Black with #CE7514

Text Example


Text Example

White with #CE7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7514; }

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

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

background-color css

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

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

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

border-color css

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

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

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