Html Css Color HEX #EA6107 Persimmon

📋 copy color: '#EA6107'

red 234 ◦ green 97 ◦ blue 7

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

Shades of Persimmon #EA6107

Tints of Persimmon #EA6107

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 69.23%
G = 28.7%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA6107 (or 0xEA6107) is known color: Persimmon. HEX triplet: EA, 61 and 07. RGB value is (234,97,7). Sum of RGB (Red+Green+Blue) = 234+97+7=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6107 is #159EF8. Grayscale: #808080. Windows color (decimal): -1416953 or 483818. OLE color: 483818.

HSL color Cylindrical-coordinate representation of color #EA6107: hue angle of 23.79º 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 #EA6107 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 97 7 -
CMYK 0 0.59 0.97 0.08
HSL 23.79º 0.94% 0.47% -
HSV(B) 23.79º 0.97% 0.92% -
XYZ 38.24 26.06 3.21 -
YUV 127.7 59.89 203.82 -
System Red Green Blue C M Y K H S L
Decimal 234 97 7 0 0.59 0.97 0.08 23.79 0.94 0.47
Hex EA 61 7 0 3B 61 8 18 5E 2F
Octal 352 141 7 0 73 141 10 30 136 57
Binary 11101010 1100001 111 0 111011 1100001 1000 11000 1011110 101111

Color Harmonies of #EA6107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6107

Black with #EA6107

Text Example


Text Example

White with #EA6107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6107; }

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

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

background-color css

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

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

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

border-color css

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

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

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