Html Css Color HEX #E5530A Persimmon

📋 copy color: '#E5530A'

red 229 ◦ green 83 ◦ blue 10

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

Shades of Persimmon #E5530A

Tints of Persimmon #E5530A

RGB

 RED value IS 229 (89.84% from 255) = 71.12%

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 10 (4.3% from 255) = 3.11%

R = 71.12%
G = 25.78%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5530A (or 0xE5530A) is known color: Persimmon. HEX triplet: E5, 53 and 0A. RGB value is (229,83,10). Sum of RGB (Red+Green+Blue) = 229+83+10=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5530A is #1AACF5. Grayscale: #767676. Windows color (decimal): -1748214 or 676837. OLE color: 676837.

HSL color Cylindrical-coordinate representation of color #E5530A: hue angle of 20º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5530A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 83 10 -
CMYK 0 0.64 0.96 0.10
HSL 20º 0.92% 0.47% -
HSV(B) 20º 0.96% 0.9% -
XYZ 35.46 22.87 2.83 -
YUV 118.33 66.87 206.94 -
System Red Green Blue C M Y K H S L
Decimal 229 83 10 0 0.64 0.96 0.10 20 0.92 0.47
Hex E5 53 A 0 40 60 A 14 5C 2F
Octal 345 123 12 0 100 140 12 24 134 57
Binary 11100101 1010011 1010 0 1000000 1100000 1010 10100 1011100 101111

Color Harmonies of #E5530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5530A

Black with #E5530A

Text Example


Text Example

White with #E5530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5530A; }

 p { color: rgb(229,83,10); }

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

background-color css

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

 a { background-color: rgb(229,83,10); }

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

border-color css

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

 span { border-color: rgb(229,83,10); }

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