Html Css Color HEX #CE7B14 Ochre

📋 copy color: '#CE7B14'

red 206 ◦ green 123 ◦ blue 20

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

Shades of Ochre #CE7B14

Tints of Ochre #CE7B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

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

R = 59.03%
G = 35.24%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7B14 (or 0xCE7B14) is known color: Ochre. HEX triplet: CE, 7B and 14. RGB value is (206,123,20). Sum of RGB (Red+Green+Blue) = 206+123+20=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B14 is #3184EB. Grayscale: #888888. Windows color (decimal): -3245292 or 1342414. OLE color: 1342414.

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

Color convert

RGB 206 123 20 -
CMYK 0 0.40 0.90 0.19
HSL 33.23º 0.82% 0.44% -
HSV(B) 33.23º 0.9% 0.81% -
XYZ 32.66 27.34 4.22 -
YUV 136.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 206 123 20 0 0.40 0.90 0.19 33.23 0.82 0.44
Hex CE 7B 14 0 28 5A 13 21 52 2C
Octal 316 173 24 0 50 132 23 41 122 54
Binary 11001110 1111011 10100 0 101000 1011010 10011 100001 1010010 101100

Color Harmonies of #CE7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B14

Black with #CE7B14

Text Example


Text Example

White with #CE7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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