Html Css Color HEX #EA6315 Persimmon

📋 copy color: '#EA6315'

red 234 ◦ green 99 ◦ blue 21

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

Shades of Persimmon #EA6315

Tints of Persimmon #EA6315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

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

R = 66.1%
G = 27.97%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA6315 (or 0xEA6315) is known color: Persimmon. HEX triplet: EA, 63 and 15. RGB value is (234,99,21). Sum of RGB (Red+Green+Blue) = 234+99+21=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6315 is #159CEA. Grayscale: #828282. Windows color (decimal): -1416427 or 1401834. OLE color: 1401834.

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

Color convert

RGB 234 99 21 -
CMYK 0 0.58 0.91 0.08
HSL 21.97º 0.84% 0.5% -
HSV(B) 21.97º 0.91% 0.92% -
XYZ 38.53 26.47 3.79 -
YUV 130.47 66.23 201.84 -
System Red Green Blue C M Y K H S L
Decimal 234 99 21 0 0.58 0.91 0.08 21.97 0.84 0.5
Hex EA 63 15 0 3A 5B 8 16 54 32
Octal 352 143 25 0 72 133 10 26 124 62
Binary 11101010 1100011 10101 0 111010 1011011 1000 10110 1010100 110010

Color Harmonies of #EA6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6315

Black with #EA6315

Text Example


Text Example

White with #EA6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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