Html Css Color HEX #EA610E Persimmon

📋 copy color: '#EA610E'

red 234 ◦ green 97 ◦ blue 14

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

Shades of Persimmon #EA610E

Tints of Persimmon #EA610E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 67.83%
G = 28.12%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA610E (or 0xEA610E) is known color: Persimmon. HEX triplet: EA, 61 and 0E. RGB value is (234,97,14). Sum of RGB (Red+Green+Blue) = 234+97+14=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA610E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA610E is #159EF1. Grayscale: #808080. Windows color (decimal): -1416946 or 942570. OLE color: 942570.

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

Color convert

RGB 234 97 14 -
CMYK 0 0.59 0.94 0.08
HSL 22.64º 0.89% 0.49% -
HSV(B) 22.64º 0.94% 0.92% -
XYZ 38.29 26.07 3.43 -
YUV 128.5 63.39 203.25 -
System Red Green Blue C M Y K H S L
Decimal 234 97 14 0 0.59 0.94 0.08 22.64 0.89 0.49
Hex EA 61 E 0 3B 5E 8 17 59 31
Octal 352 141 16 0 73 136 10 27 131 61
Binary 11101010 1100001 1110 0 111011 1011110 1000 10111 1011001 110001

Color Harmonies of #EA610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA610E

Black with #EA610E

Text Example


Text Example

White with #EA610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA610E; }

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

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

background-color css

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

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

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

border-color css

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

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

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