Html Css Color HEX #EA541C Persimmon

📋 copy color: '#EA541C'

red 234 ◦ green 84 ◦ blue 28

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

Shades of Persimmon #EA541C

Tints of Persimmon #EA541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 67.63%
G = 24.28%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA541C (or 0xEA541C) is known color: Persimmon. HEX triplet: EA, 54 and 1C. RGB value is (234,84,28). Sum of RGB (Red+Green+Blue) = 234+84+28=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA541C is #15ABE3. Grayscale: #7A7A7A. Windows color (decimal): -1420260 or 1856746. OLE color: 1856746.

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

Color convert

RGB 234 84 28 -
CMYK 0 0.64 0.88 0.08
HSL 16.31º 0.83% 0.51% -
HSV(B) 16.31º 0.88% 0.92% -
XYZ 37.31 23.92 3.75 -
YUV 122.47 74.7 207.55 -
System Red Green Blue C M Y K H S L
Decimal 234 84 28 0 0.64 0.88 0.08 16.31 0.83 0.51
Hex EA 54 1C 0 40 58 8 10 53 33
Octal 352 124 34 0 100 130 10 20 123 63
Binary 11101010 1010100 11100 0 1000000 1011000 1000 10000 1010011 110011

Color Harmonies of #EA541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA541C

Black with #EA541C

Text Example


Text Example

White with #EA541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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