Html Css Color HEX #EA551A Persimmon

📋 copy color: '#EA551A'

red 234 ◦ green 85 ◦ blue 26

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

Shades of Persimmon #EA551A

Tints of Persimmon #EA551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 67.83%
G = 24.64%
B = 7.54%

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

#EA551A (or 0xEA551A) is known color: Persimmon. HEX triplet: EA, 55 and 1A. RGB value is (234,85,26). Sum of RGB (Red+Green+Blue) = 234+85+26=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA551A is #15AAE5. Grayscale: #7B7B7B. Windows color (decimal): -1420006 or 1725930. OLE color: 1725930.

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

Color convert

RGB 234 85 26 -
CMYK 0 0.64 0.89 0.08
HSL 17.02º 0.83% 0.51% -
HSV(B) 17.02º 0.89% 0.92% -
XYZ 37.37 24.06 3.65 -
YUV 122.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 234 85 26 0 0.64 0.89 0.08 17.02 0.83 0.51
Hex EA 55 1A 0 40 59 8 11 53 33
Octal 352 125 32 0 100 131 10 21 123 63
Binary 11101010 1010101 11010 0 1000000 1011001 1000 10001 1010011 110011

Color Harmonies of #EA551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA551A

Black with #EA551A

Text Example


Text Example

White with #EA551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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