Html Css Color HEX #CE881A Ochre

📋 copy color: '#CE881A'

red 206 ◦ green 136 ◦ blue 26

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

Shades of Ochre #CE881A

Tints of Ochre #CE881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

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

R = 55.98%
G = 36.96%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE881A (or 0xCE881A) is known color: Ochre. HEX triplet: CE, 88 and 1A. RGB value is (206,136,26). Sum of RGB (Red+Green+Blue) = 206+136+26=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE881A is #3177E5. Grayscale: #909090. Windows color (decimal): -3241958 or 1738958. OLE color: 1738958.

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

Color convert

RGB 206 136 26 -
CMYK 0 0.34 0.87 0.19
HSL 36.67º 0.78% 0.45% -
HSV(B) 36.67º 0.87% 0.81% -
XYZ 34.44 30.8 5.11 -
YUV 144.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 206 136 26 0 0.34 0.87 0.19 36.67 0.78 0.45
Hex CE 88 1A 0 22 57 13 25 4E 2D
Octal 316 210 32 0 42 127 23 45 116 55
Binary 11001110 10001000 11010 0 100010 1010111 10011 100101 1001110 101101

Color Harmonies of #CE881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE881A

Black with #CE881A

Text Example


Text Example

White with #CE881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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