Html Css Color HEX #E5470C Persimmon

📋 copy color: '#E5470C'

red 229 ◦ green 71 ◦ blue 12

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

Shades of Persimmon #E5470C

Tints of Persimmon #E5470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 73.4%
G = 22.76%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5470C (or 0xE5470C) is known color: Persimmon. HEX triplet: E5, 47 and 0C. RGB value is (229,71,12). Sum of RGB (Red+Green+Blue) = 229+71+12=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5470C is #1AB8F3. Grayscale: #6F6F6F. Windows color (decimal): -1751284 or 804837. OLE color: 804837.

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

Color convert

RGB 229 71 12 -
CMYK 0 0.69 0.95 0.10
HSL 16.31º 0.9% 0.47% -
HSV(B) 16.31º 0.95% 0.9% -
XYZ 34.63 21.19 2.61 -
YUV 111.52 71.85 211.8 -
System Red Green Blue C M Y K H S L
Decimal 229 71 12 0 0.69 0.95 0.10 16.31 0.9 0.47
Hex E5 47 C 0 45 5F A 10 5A 2F
Octal 345 107 14 0 105 137 12 20 132 57
Binary 11100101 1000111 1100 0 1000101 1011111 1010 10000 1011010 101111

Color Harmonies of #E5470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5470C

Black with #E5470C

Text Example


Text Example

White with #E5470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5470C; }

 p { color: rgb(229,71,12); }

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

background-color css

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

 a { background-color: rgb(229,71,12); }

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

border-color css

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

 span { border-color: rgb(229,71,12); }

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