Html Css Color HEX #EA521A Persimmon

📋 copy color: '#EA521A'

red 234 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #EA521A

Tints of Persimmon #EA521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 68.42%
G = 23.98%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA521A (or 0xEA521A) is known color: Persimmon. HEX triplet: EA, 52 and 1A. RGB value is (234,82,26). Sum of RGB (Red+Green+Blue) = 234+82+26=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA521A is #15ADE5. Grayscale: #797979. Windows color (decimal): -1420774 or 1725162. OLE color: 1725162.

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

Color convert

RGB 234 82 26 -
CMYK 0 0.65 0.89 0.08
HSL 16.15º 0.83% 0.51% -
HSV(B) 16.15º 0.89% 0.92% -
XYZ 37.14 23.6 3.58 -
YUV 121.06 74.36 208.55 -
System Red Green Blue C M Y K H S L
Decimal 234 82 26 0 0.65 0.89 0.08 16.15 0.83 0.51
Hex EA 52 1A 0 41 59 8 10 53 33
Octal 352 122 32 0 101 131 10 20 123 63
Binary 11101010 1010010 11010 0 1000001 1011001 1000 10000 1010011 110011

Color Harmonies of #EA521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA521A

Black with #EA521A

Text Example


Text Example

White with #EA521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA521A; }

 p { color: rgb(234,82,26); }

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

background-color css

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

 a { background-color: rgb(234,82,26); }

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

border-color css

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

 span { border-color: rgb(234,82,26); }

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