Html Css Color HEX #E07F18 Ochre

📋 copy color: '#E07F18'

red 224 ◦ green 127 ◦ blue 24

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

Shades of Ochre #E07F18

Tints of Ochre #E07F18

RGB

 RED value IS 224 (87.89% from 255) = 59.73%

 GREEN value IS 127 (50% from 255) = 33.87%

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 59.73%
G = 33.87%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E07F18 (or 0xE07F18) is known color: Ochre. HEX triplet: E0, 7F and 18. RGB value is (224,127,24). Sum of RGB (Red+Green+Blue) = 224+127+24=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F18 is #1F80E7. Grayscale: #909090. Windows color (decimal): -2064616 or 1605600. OLE color: 1605600.

HSL color Cylindrical-coordinate representation of color #E07F18: hue angle of 30.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E07F18 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 24 -
CMYK 0 0.43 0.89 0.12
HSL 30.9º 0.81% 0.49% -
HSV(B) 30.9º 0.89% 0.88% -
XYZ 38.49 31.09 4.84 -
YUV 144.26 60.14 184.88 -
System Red Green Blue C M Y K H S L
Decimal 224 127 24 0 0.43 0.89 0.12 30.9 0.81 0.49
Hex E0 7F 18 0 2B 59 C 1F 51 31
Octal 340 177 30 0 53 131 14 37 121 61
Binary 11100000 1111111 11000 0 101011 1011001 1100 11111 1010001 110001

Color Harmonies of #E07F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F18

Black with #E07F18

Text Example


Text Example

White with #E07F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F18; }

 p { color: rgb(224,127,24); }

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

background-color css

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

 a { background-color: rgb(224,127,24); }

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

border-color css

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

 span { border-color: rgb(224,127,24); }

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