Html Css Color HEX #CE750B Ochre

📋 copy color: '#CE750B'

red 206 ◦ green 117 ◦ blue 11

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

Shades of Ochre #CE750B

Tints of Ochre #CE750B

RGB

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

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

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

R = 61.68%
G = 35.03%
B = 3.29%

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

#CE750B (or 0xCE750B) is known color: Ochre. HEX triplet: CE, 75 and 0B. RGB value is (206,117,11). Sum of RGB (Red+Green+Blue) = 206+117+11=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE750B is #318AF4. Grayscale: #848484. Windows color (decimal): -3246837 or 751054. OLE color: 751054.

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

Color convert

RGB 206 117 11 -
CMYK 0 0.43 0.95 0.19
HSL 32.62º 0.9% 0.43% -
HSV(B) 32.62º 0.95% 0.81% -
XYZ 31.88 25.87 3.63 -
YUV 131.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 206 117 11 0 0.43 0.95 0.19 32.62 0.9 0.43
Hex CE 75 B 0 2B 5F 13 21 5A 2B
Octal 316 165 13 0 53 137 23 41 132 53
Binary 11001110 1110101 1011 0 101011 1011111 10011 100001 1011010 101011

Color Harmonies of #CE750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE750B

Black with #CE750B

Text Example


Text Example

White with #CE750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE750B; }

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

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

background-color css

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

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

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

border-color css

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

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

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