Html Css Color HEX #CE790B Ochre

📋 copy color: '#CE790B'

red 206 ◦ green 121 ◦ blue 11

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

Shades of Ochre #CE790B

Tints of Ochre #CE790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 60.95%
G = 35.8%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE790B (or 0xCE790B) is known color: Ochre. HEX triplet: CE, 79 and 0B. RGB value is (206,121,11). Sum of RGB (Red+Green+Blue) = 206+121+11=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE790B is #3186F4. Grayscale: #868686. Windows color (decimal): -3245813 or 752078. OLE color: 752078.

HSL color Cylindrical-coordinate representation of color #CE790B: hue angle of 33.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE790B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 11 -
CMYK 0 0.41 0.95 0.19
HSL 33.85º 0.9% 0.43% -
HSV(B) 33.85º 0.95% 0.81% -
XYZ 32.35 26.82 3.79 -
YUV 133.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 206 121 11 0 0.41 0.95 0.19 33.85 0.9 0.43
Hex CE 79 B 0 29 5F 13 22 5A 2B
Octal 316 171 13 0 51 137 23 42 132 53
Binary 11001110 1111001 1011 0 101001 1011111 10011 100010 1011010 101011

Color Harmonies of #CE790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE790B

Black with #CE790B

Text Example


Text Example

White with #CE790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE790B; }

 p { color: rgb(206,121,11); }

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

background-color css

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

 a { background-color: rgb(206,121,11); }

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

border-color css

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

 span { border-color: rgb(206,121,11); }

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