Html Css Color HEX #EA6415 Persimmon

📋 copy color: '#EA6415'

red 234 ◦ green 100 ◦ blue 21

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

Shades of Persimmon #EA6415

Tints of Persimmon #EA6415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 65.92%
G = 28.17%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA6415 (or 0xEA6415) is known color: Persimmon. HEX triplet: EA, 64 and 15. RGB value is (234,100,21). Sum of RGB (Red+Green+Blue) = 234+100+21=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6415 is #159BEA. Grayscale: #838383. Windows color (decimal): -1416171 or 1402090. OLE color: 1402090.

HSL color Cylindrical-coordinate representation of color #EA6415: hue angle of 22.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA6415 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 21 -
CMYK 0 0.57 0.91 0.08
HSL 22.25º 0.84% 0.5% -
HSV(B) 22.25º 0.91% 0.92% -
XYZ 38.62 26.66 3.82 -
YUV 131.06 65.89 201.42 -
System Red Green Blue C M Y K H S L
Decimal 234 100 21 0 0.57 0.91 0.08 22.25 0.84 0.5
Hex EA 64 15 0 39 5B 8 16 54 32
Octal 352 144 25 0 71 133 10 26 124 62
Binary 11101010 1100100 10101 0 111001 1011011 1000 10110 1010100 110010

Color Harmonies of #EA6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6415

Black with #EA6415

Text Example


Text Example

White with #EA6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6415; }

 p { color: rgb(234,100,21); }

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

background-color css

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

 a { background-color: rgb(234,100,21); }

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

border-color css

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

 span { border-color: rgb(234,100,21); }

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