Html Css Color HEX #EA620F Persimmon

📋 copy color: '#EA620F'

red 234 ◦ green 98 ◦ blue 15

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

Shades of Persimmon #EA620F

Tints of Persimmon #EA620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

 BLUE value IS 15 (6.25% from 255) = 4.32%

R = 67.44%
G = 28.24%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA620F (or 0xEA620F) is known color: Persimmon. HEX triplet: EA, 62 and 0F. RGB value is (234,98,15). Sum of RGB (Red+Green+Blue) = 234+98+15=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA620F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA620F is #159DF0. Grayscale: #818181. Windows color (decimal): -1416689 or 1008362. OLE color: 1008362.

HSL color Cylindrical-coordinate representation of color #EA620F: hue angle of 22.74º degrees, saturation: 0.88, 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 #EA620F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 98 15 -
CMYK 0 0.58 0.94 0.08
HSL 22.74º 0.88% 0.49% -
HSV(B) 22.74º 0.94% 0.92% -
XYZ 38.39 26.26 3.5 -
YUV 129.2 63.56 202.75 -
System Red Green Blue C M Y K H S L
Decimal 234 98 15 0 0.58 0.94 0.08 22.74 0.88 0.49
Hex EA 62 F 0 3A 5E 8 17 58 31
Octal 352 142 17 0 72 136 10 27 130 61
Binary 11101010 1100010 1111 0 111010 1011110 1000 10111 1011000 110001

Color Harmonies of #EA620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA620F

Black with #EA620F

Text Example


Text Example

White with #EA620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA620F; }

 p { color: rgb(234,98,15); }

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

background-color css

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

 a { background-color: rgb(234,98,15); }

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

border-color css

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

 span { border-color: rgb(234,98,15); }

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