Html Css Color HEX #E15F27 Gold Drop

📋 copy color: '#E15F27'

red 225 ◦ green 95 ◦ blue 39

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

Shades of Gold Drop #E15F27

Tints of Gold Drop #E15F27

RGB

 RED value IS 225 (88.28% from 255) = 62.67%

 GREEN value IS 95 (37.5% from 255) = 26.46%

 BLUE value IS 39 (15.63% from 255) = 10.86%

R = 62.67%
G = 26.46%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E15F27 (or 0xE15F27) is known color: Gold Drop. HEX triplet: E1, 5F and 27. RGB value is (225,95,39). Sum of RGB (Red+Green+Blue) = 225+95+39=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15F27 is #1EA0D8. Grayscale: #7F7F7F. Windows color (decimal): -2007257 or 2580449. OLE color: 2580449.

HSL color Cylindrical-coordinate representation of color #E15F27: hue angle of 18.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E15F27 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 39 -
CMYK 0 0.58 0.83 0.12
HSL 18.06º 0.76% 0.52% -
HSV(B) 18.06º 0.83% 0.88% -
XYZ 35.51 24.34 4.75 -
YUV 127.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 225 95 39 0 0.58 0.83 0.12 18.06 0.76 0.52
Hex E1 5F 27 0 3A 53 C 12 4C 34
Octal 341 137 47 0 72 123 14 22 114 64
Binary 11100001 1011111 100111 0 111010 1010011 1100 10010 1001100 110100

Color Harmonies of #E15F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F27

Black with #E15F27

Text Example


Text Example

White with #E15F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F27; }

 p { color: rgb(225,95,39); }

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

background-color css

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

 a { background-color: rgb(225,95,39); }

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

border-color css

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

 span { border-color: rgb(225,95,39); }

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