Html Css Color HEX #EA541A Persimmon

📋 copy color: '#EA541A'

red 234 ◦ green 84 ◦ blue 26

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

Shades of Persimmon #EA541A

Tints of Persimmon #EA541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

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

R = 68.02%
G = 24.42%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA541A (or 0xEA541A) is known color: Persimmon. HEX triplet: EA, 54 and 1A. RGB value is (234,84,26). Sum of RGB (Red+Green+Blue) = 234+84+26=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA541A is #15ABE5. Grayscale: #7A7A7A. Windows color (decimal): -1420262 or 1725674. OLE color: 1725674.

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

Color convert

RGB 234 84 26 -
CMYK 0 0.64 0.89 0.08
HSL 16.73º 0.83% 0.51% -
HSV(B) 16.73º 0.89% 0.92% -
XYZ 37.29 23.91 3.63 -
YUV 122.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 234 84 26 0 0.64 0.89 0.08 16.73 0.83 0.51
Hex EA 54 1A 0 40 59 8 11 53 33
Octal 352 124 32 0 100 131 10 21 123 63
Binary 11101010 1010100 11010 0 1000000 1011001 1000 10001 1010011 110011

Color Harmonies of #EA541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA541A

Black with #EA541A

Text Example


Text Example

White with #EA541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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