Html Css Color HEX #E07F17 Ochre

📋 copy color: '#E07F17'

red 224 ◦ green 127 ◦ blue 23

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

Shades of Ochre #E07F17

Tints of Ochre #E07F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.15%

R = 59.89%
G = 33.96%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E07F17 (or 0xE07F17) is known color: Ochre. HEX triplet: E0, 7F and 17. RGB value is (224,127,23). Sum of RGB (Red+Green+Blue) = 224+127+23=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F17 is #1F80E8. Grayscale: #909090. Windows color (decimal): -2064617 or 1540064. OLE color: 1540064.

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

Color convert

RGB 224 127 23 -
CMYK 0 0.43 0.90 0.12
HSL 31.04º 0.81% 0.48% -
HSV(B) 31.04º 0.9% 0.88% -
XYZ 38.48 31.09 4.78 -
YUV 144.15 59.64 184.96 -
System Red Green Blue C M Y K H S L
Decimal 224 127 23 0 0.43 0.90 0.12 31.04 0.81 0.48
Hex E0 7F 17 0 2B 5A C 1F 51 30
Octal 340 177 27 0 53 132 14 37 121 60
Binary 11100000 1111111 10111 0 101011 1011010 1100 11111 1010001 110000

Color Harmonies of #E07F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F17

Black with #E07F17

Text Example


Text Example

White with #E07F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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