Html Css Color HEX #E54600 Persimmon

📋 copy color: '#E54600'

red 229 ◦ green 70 ◦ blue 0

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

Shades of Persimmon #E54600

Tints of Persimmon #E54600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.59%
G = 23.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E54600 (or 0xE54600) is known color: Persimmon. HEX triplet: E5, 46 and 00. RGB value is (229,70,0). Sum of RGB (Red+Green+Blue) = 229+70+0=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E54600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54600 is #1AB9FF. Grayscale: #6E6E6E. Windows color (decimal): -1751552 or 18149. OLE color: 18149.

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

Color convert

RGB 229 70 0 -
CMYK 0 0.69 1 0.10
HSL 18.34º 1% 0.45% -
HSV(B) 18.34º 1% 0.9% -
XYZ 34.5 21.04 2.24 -
YUV 109.56 66.18 213.19 -
System Red Green Blue C M Y K H S L
Decimal 229 70 0 0 0.69 1 0.10 18.34 1 0.45
Hex E5 46 0 0 45 64 A 12 64 2D
Octal 345 106 0 0 105 144 12 22 144 55
Binary 11100101 1000110 0 0 1000101 1100100 1010 10010 1100100 101101

Color Harmonies of #E54600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54600

Black with #E54600

Text Example


Text Example

White with #E54600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54600; }

 p { color: rgb(229,70,0); }

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

background-color css

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

 a { background-color: rgb(229,70,0); }

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

border-color css

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

 span { border-color: rgb(229,70,0); }

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