Html Css Color HEX #CE711A Ochre

📋 copy color: '#CE711A'

red 206 ◦ green 113 ◦ blue 26

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

Shades of Ochre #CE711A

Tints of Ochre #CE711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 59.71%
G = 32.75%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE711A (or 0xCE711A) is known color: Ochre. HEX triplet: CE, 71 and 1A. RGB value is (206,113,26). Sum of RGB (Red+Green+Blue) = 206+113+26=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE711A is #318EE5. Grayscale: #838383. Windows color (decimal): -3247846 or 1733070. OLE color: 1733070.

HSL color Cylindrical-coordinate representation of color #CE711A: hue angle of 29º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE711A is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 26 -
CMYK 0 0.45 0.87 0.19
HSL 29º 0.78% 0.45% -
HSV(B) 29º 0.87% 0.81% -
XYZ 31.55 25.01 4.14 -
YUV 130.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 206 113 26 0 0.45 0.87 0.19 29 0.78 0.45
Hex CE 71 1A 0 2D 57 13 1D 4E 2D
Octal 316 161 32 0 55 127 23 35 116 55
Binary 11001110 1110001 11010 0 101101 1010111 10011 11101 1001110 101101

Color Harmonies of #CE711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE711A

Black with #CE711A

Text Example


Text Example

White with #CE711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE711A; }

 p { color: rgb(206,113,26); }

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

background-color css

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

 a { background-color: rgb(206,113,26); }

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

border-color css

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

 span { border-color: rgb(206,113,26); }

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