Html Css Color HEX #CE750A Ochre

📋 copy color: '#CE750A'

red 206 ◦ green 117 ◦ blue 10

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

Shades of Ochre #CE750A

Tints of Ochre #CE750A

RGB

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

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

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

R = 61.86%
G = 35.14%
B = 3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE750A (or 0xCE750A) is known color: Ochre. HEX triplet: CE, 75 and 0A. RGB value is (206,117,10). Sum of RGB (Red+Green+Blue) = 206+117+10=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE750A is #318AF5. Grayscale: #838383. Windows color (decimal): -3246838 or 685518. OLE color: 685518.

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

Color convert

RGB 206 117 10 -
CMYK 0 0.43 0.95 0.19
HSL 32.76º 0.91% 0.42% -
HSV(B) 32.76º 0.95% 0.81% -
XYZ 31.87 25.87 3.6 -
YUV 131.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 206 117 10 0 0.43 0.95 0.19 32.76 0.91 0.42
Hex CE 75 A 0 2B 5F 13 21 5B 2A
Octal 316 165 12 0 53 137 23 41 133 52
Binary 11001110 1110101 1010 0 101011 1011111 10011 100001 1011011 101010

Color Harmonies of #CE750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE750A

Black with #CE750A

Text Example


Text Example

White with #CE750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE750A; }

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

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

background-color css

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

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

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

border-color css

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

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

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