Html Css Color HEX #EA5107 Persimmon

📋 copy color: '#EA5107'

red 234 ◦ green 81 ◦ blue 7

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

Shades of Persimmon #EA5107

Tints of Persimmon #EA5107

RGB

 RED value IS 234 (91.8% from 255) = 72.67%

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 72.67%
G = 25.16%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA5107 (or 0xEA5107) is known color: Persimmon. HEX triplet: EA, 51 and 07. RGB value is (234,81,7). Sum of RGB (Red+Green+Blue) = 234+81+7=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5107 is #15AEF8. Grayscale: #767676. Windows color (decimal): -1421049 or 479722. OLE color: 479722.

HSL color Cylindrical-coordinate representation of color #EA5107: hue angle of 19.56º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA5107 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 81 7 -
CMYK 0 0.65 0.97 0.08
HSL 19.56º 0.94% 0.47% -
HSV(B) 19.56º 0.97% 0.92% -
XYZ 36.91 23.39 2.77 -
YUV 118.31 65.19 210.52 -
System Red Green Blue C M Y K H S L
Decimal 234 81 7 0 0.65 0.97 0.08 19.56 0.94 0.47
Hex EA 51 7 0 41 61 8 14 5E 2F
Octal 352 121 7 0 101 141 10 24 136 57
Binary 11101010 1010001 111 0 1000001 1100001 1000 10100 1011110 101111

Color Harmonies of #EA5107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5107

Black with #EA5107

Text Example


Text Example

White with #EA5107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5107; }

 p { color: rgb(234,81,7); }

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

background-color css

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

 a { background-color: rgb(234,81,7); }

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

border-color css

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

 span { border-color: rgb(234,81,7); }

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