Html Css Color HEX #E4530D Persimmon

📋 copy color: '#E4530D'

red 228 ◦ green 83 ◦ blue 13

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

Shades of Persimmon #E4530D

Tints of Persimmon #E4530D

RGB

 RED value IS 228 (89.45% from 255) = 70.37%

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

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 70.37%
G = 25.62%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4530D (or 0xE4530D) is known color: Persimmon. HEX triplet: E4, 53 and 0D. RGB value is (228,83,13). Sum of RGB (Red+Green+Blue) = 228+83+13=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4530D is #1BACF2. Grayscale: #767676. Windows color (decimal): -1813747 or 873444. OLE color: 873444.

HSL color Cylindrical-coordinate representation of color #E4530D: hue angle of 19.53º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4530D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 83 13 -
CMYK 0 0.64 0.94 0.11
HSL 19.53º 0.89% 0.47% -
HSV(B) 19.53º 0.94% 0.89% -
XYZ 35.16 22.71 2.91 -
YUV 118.38 68.54 206.19 -
System Red Green Blue C M Y K H S L
Decimal 228 83 13 0 0.64 0.94 0.11 19.53 0.89 0.47
Hex E4 53 D 0 40 5E B 14 59 2F
Octal 344 123 15 0 100 136 13 24 131 57
Binary 11100100 1010011 1101 0 1000000 1011110 1011 10100 1011001 101111

Color Harmonies of #E4530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4530D

Black with #E4530D

Text Example


Text Example

White with #E4530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4530D; }

 p { color: rgb(228,83,13); }

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

background-color css

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

 a { background-color: rgb(228,83,13); }

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

border-color css

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

 span { border-color: rgb(228,83,13); }

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