Html Css Color HEX #E54302 Persimmon

📋 copy color: '#E54302'

red 229 ◦ green 67 ◦ blue 2

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

Shades of Persimmon #E54302

Tints of Persimmon #E54302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 76.85%
G = 22.48%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E54302 (or 0xE54302) is known color: Persimmon. HEX triplet: E5, 43 and 02. RGB value is (229,67,2). Sum of RGB (Red+Green+Blue) = 229+67+2=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E54302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54302 is #1ABCFD. Grayscale: #6C6C6C. Windows color (decimal): -1752318 or 148453. OLE color: 148453.

HSL color Cylindrical-coordinate representation of color #E54302: hue angle of 17.18º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E54302 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 67 2 -
CMYK 0 0.71 0.99 0.10
HSL 17.18º 0.98% 0.45% -
HSV(B) 17.18º 0.99% 0.9% -
XYZ 34.33 20.68 2.24 -
YUV 108.03 68.17 214.29 -
System Red Green Blue C M Y K H S L
Decimal 229 67 2 0 0.71 0.99 0.10 17.18 0.98 0.45
Hex E5 43 2 0 47 63 A 11 62 2D
Octal 345 103 2 0 107 143 12 21 142 55
Binary 11100101 1000011 10 0 1000111 1100011 1010 10001 1100010 101101

Color Harmonies of #E54302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54302

Black with #E54302

Text Example


Text Example

White with #E54302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54302; }

 p { color: rgb(229,67,2); }

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

background-color css

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

 a { background-color: rgb(229,67,2); }

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

border-color css

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

 span { border-color: rgb(229,67,2); }

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