Html Css Color HEX #CE790A Ochre

📋 copy color: '#CE790A'

red 206 ◦ green 121 ◦ blue 10

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

Shades of Ochre #CE790A

Tints of Ochre #CE790A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.97%

R = 61.13%
G = 35.91%
B = 2.97%

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

#CE790A (or 0xCE790A) is known color: Ochre. HEX triplet: CE, 79 and 0A. RGB value is (206,121,10). Sum of RGB (Red+Green+Blue) = 206+121+10=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE790A is #3186F5. Grayscale: #868686. Windows color (decimal): -3245814 or 686542. OLE color: 686542.

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

Color convert

RGB 206 121 10 -
CMYK 0 0.41 0.95 0.19
HSL 33.98º 0.91% 0.42% -
HSV(B) 33.98º 0.95% 0.81% -
XYZ 32.35 26.82 3.76 -
YUV 133.76 58.16 179.53 -
System Red Green Blue C M Y K H S L
Decimal 206 121 10 0 0.41 0.95 0.19 33.98 0.91 0.42
Hex CE 79 A 0 29 5F 13 22 5B 2A
Octal 316 171 12 0 51 137 23 42 133 52
Binary 11001110 1111001 1010 0 101001 1011111 10011 100010 1011011 101010

Color Harmonies of #CE790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE790A

Black with #CE790A

Text Example


Text Example

White with #CE790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE790A; }

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

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

background-color css

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

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

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

border-color css

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

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

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