Html Css Color HEX #CE731E Ochre

📋 copy color: '#CE731E'

red 206 ◦ green 115 ◦ blue 30

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

Shades of Ochre #CE731E

Tints of Ochre #CE731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 58.69%
G = 32.76%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE731E (or 0xCE731E) is known color: Ochre. HEX triplet: CE, 73 and 1E. RGB value is (206,115,30). Sum of RGB (Red+Green+Blue) = 206+115+30=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE731E is #318CE1. Grayscale: #848484. Windows color (decimal): -3247330 or 1995726. OLE color: 1995726.

HSL color Cylindrical-coordinate representation of color #CE731E: hue angle of 28.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE731E is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 30 -
CMYK 0 0.44 0.85 0.19
HSL 28.98º 0.75% 0.46% -
HSV(B) 28.98º 0.85% 0.81% -
XYZ 31.82 25.48 4.47 -
YUV 132.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 206 115 30 0 0.44 0.85 0.19 28.98 0.75 0.46
Hex CE 73 1E 0 2C 55 13 1D 4B 2E
Octal 316 163 36 0 54 125 23 35 113 56
Binary 11001110 1110011 11110 0 101100 1010101 10011 11101 1001011 101110

Color Harmonies of #CE731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE731E

Black with #CE731E

Text Example


Text Example

White with #CE731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE731E; }

 p { color: rgb(206,115,30); }

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

background-color css

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

 a { background-color: rgb(206,115,30); }

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

border-color css

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

 span { border-color: rgb(206,115,30); }

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