Html Css Color HEX #E54206 Persimmon

📋 copy color: '#E54206'

red 229 ◦ green 66 ◦ blue 6

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

Shades of Persimmon #E54206

Tints of Persimmon #E54206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 76.08%
G = 21.93%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E54206 (or 0xE54206) is known color: Persimmon. HEX triplet: E5, 42 and 06. RGB value is (229,66,6). Sum of RGB (Red+Green+Blue) = 229+66+6=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E54206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54206 is #1ABDF9. Grayscale: #6C6C6C. Windows color (decimal): -1752570 or 410341. OLE color: 410341.

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

Color convert

RGB 229 66 6 -
CMYK 0 0.71 0.97 0.10
HSL 16.14º 0.95% 0.46% -
HSV(B) 16.14º 0.97% 0.9% -
XYZ 34.29 20.57 2.33 -
YUV 107.9 70.5 214.38 -
System Red Green Blue C M Y K H S L
Decimal 229 66 6 0 0.71 0.97 0.10 16.14 0.95 0.46
Hex E5 42 6 0 47 61 A 10 5F 2E
Octal 345 102 6 0 107 141 12 20 137 56
Binary 11100101 1000010 110 0 1000111 1100001 1010 10000 1011111 101110

Color Harmonies of #E54206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54206

Black with #E54206

Text Example


Text Example

White with #E54206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54206; }

 p { color: rgb(229,66,6); }

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

background-color css

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

 a { background-color: rgb(229,66,6); }

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

border-color css

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

 span { border-color: rgb(229,66,6); }

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