Html Css Color HEX #EA521D Persimmon

📋 copy color: '#EA521D'

red 234 ◦ green 82 ◦ blue 29

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

Shades of Persimmon #EA521D

Tints of Persimmon #EA521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 67.83%
G = 23.77%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA521D (or 0xEA521D) is known color: Persimmon. HEX triplet: EA, 52 and 1D. RGB value is (234,82,29). Sum of RGB (Red+Green+Blue) = 234+82+29=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA521D is #15ADE2. Grayscale: #797979. Windows color (decimal): -1420771 or 1921770. OLE color: 1921770.

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

Color convert

RGB 234 82 29 -
CMYK 0 0.65 0.88 0.08
HSL 15.51º 0.83% 0.52% -
HSV(B) 15.51º 0.88% 0.92% -
XYZ 37.17 23.62 3.76 -
YUV 121.41 75.86 208.31 -
System Red Green Blue C M Y K H S L
Decimal 234 82 29 0 0.65 0.88 0.08 15.51 0.83 0.52
Hex EA 52 1D 0 41 58 8 10 53 34
Octal 352 122 35 0 101 130 10 20 123 64
Binary 11101010 1010010 11101 0 1000001 1011000 1000 10000 1010011 110100

Color Harmonies of #EA521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA521D

Black with #EA521D

Text Example


Text Example

White with #EA521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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