Html Css Color HEX #E54E02 Persimmon

📋 copy color: '#E54E02'

red 229 ◦ green 78 ◦ blue 2

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

Shades of Persimmon #E54E02

Tints of Persimmon #E54E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

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

R = 74.11%
G = 25.24%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E54E02 (or 0xE54E02) is known color: Persimmon. HEX triplet: E5, 4E and 02. RGB value is (229,78,2). Sum of RGB (Red+Green+Blue) = 229+78+2=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54E02 is #1AB1FD. Grayscale: #727272. Windows color (decimal): -1749502 or 151269. OLE color: 151269.

HSL color Cylindrical-coordinate representation of color #E54E02: hue angle of 20.09º 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 #E54E02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 2 -
CMYK 0 0.66 0.99 0.10
HSL 20.09º 0.98% 0.45% -
HSV(B) 20.09º 0.99% 0.9% -
XYZ 35.05 22.11 2.48 -
YUV 114.49 64.53 209.68 -
System Red Green Blue C M Y K H S L
Decimal 229 78 2 0 0.66 0.99 0.10 20.09 0.98 0.45
Hex E5 4E 2 0 42 63 A 14 62 2D
Octal 345 116 2 0 102 143 12 24 142 55
Binary 11100101 1001110 10 0 1000010 1100011 1010 10100 1100010 101101

Color Harmonies of #E54E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E02

Black with #E54E02

Text Example


Text Example

White with #E54E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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