Html Css Color HEX #E4530F Persimmon

📋 copy color: '#E4530F'

red 228 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #E4530F

Tints of Persimmon #E4530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 69.94%
G = 25.46%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E4530F (or 0xE4530F) is known color: Persimmon. HEX triplet: E4, 53 and 0F. RGB value is (228,83,15). Sum of RGB (Red+Green+Blue) = 228+83+15=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4530F is #1BACF0. Grayscale: #777777. Windows color (decimal): -1813745 or 1004516. OLE color: 1004516.

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

Color convert

RGB 228 83 15 -
CMYK 0 0.64 0.93 0.11
HSL 19.15º 0.88% 0.48% -
HSV(B) 19.15º 0.93% 0.89% -
XYZ 35.17 22.71 2.98 -
YUV 118.6 69.54 206.03 -
System Red Green Blue C M Y K H S L
Decimal 228 83 15 0 0.64 0.93 0.11 19.15 0.88 0.48
Hex E4 53 F 0 40 5D B 13 58 30
Octal 344 123 17 0 100 135 13 23 130 60
Binary 11100100 1010011 1111 0 1000000 1011101 1011 10011 1011000 110000

Color Harmonies of #E4530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4530F

Black with #E4530F

Text Example


Text Example

White with #E4530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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