Html Css Color HEX #EA6516 Persimmon

📋 copy color: '#EA6516'

red 234 ◦ green 101 ◦ blue 22

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

Shades of Persimmon #EA6516

Tints of Persimmon #EA6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 65.55%
G = 28.29%
B = 6.16%

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

#EA6516 (or 0xEA6516) is known color: Persimmon. HEX triplet: EA, 65 and 16. RGB value is (234,101,22). Sum of RGB (Red+Green+Blue) = 234+101+22=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6516 is #159AE9. Grayscale: #848484. Windows color (decimal): -1415914 or 1467882. OLE color: 1467882.

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

Color convert

RGB 234 101 22 -
CMYK 0 0.57 0.91 0.08
HSL 22.36º 0.83% 0.5% -
HSV(B) 22.36º 0.91% 0.92% -
XYZ 38.73 26.86 3.9 -
YUV 131.76 66.06 200.92 -
System Red Green Blue C M Y K H S L
Decimal 234 101 22 0 0.57 0.91 0.08 22.36 0.83 0.5
Hex EA 65 16 0 39 5B 8 16 53 32
Octal 352 145 26 0 71 133 10 26 123 62
Binary 11101010 1100101 10110 0 111001 1011011 1000 10110 1010011 110010

Color Harmonies of #EA6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6516

Black with #EA6516

Text Example


Text Example

White with #EA6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6516; }

 p { color: rgb(234,101,22); }

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

background-color css

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

 a { background-color: rgb(234,101,22); }

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

border-color css

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

 span { border-color: rgb(234,101,22); }

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