Html Css Color HEX #E6470A Persimmon

📋 copy color: '#E6470A'

red 230 ◦ green 71 ◦ blue 10

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

Shades of Persimmon #E6470A

Tints of Persimmon #E6470A

RGB

 RED value IS 230 (90.23% from 255) = 73.95%

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 73.95%
G = 22.83%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6470A (or 0xE6470A) is known color: Persimmon. HEX triplet: E6, 47 and 0A. RGB value is (230,71,10). Sum of RGB (Red+Green+Blue) = 230+71+10=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6470A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6470A is #19B8F5. Grayscale: #6F6F6F. Windows color (decimal): -1685750 or 673766. OLE color: 673766.

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

Color convert

RGB 230 71 10 -
CMYK 0 0.69 0.96 0.10
HSL 16.64º 0.92% 0.47% -
HSV(B) 16.64º 0.96% 0.9% -
XYZ 34.94 21.35 2.57 -
YUV 111.59 70.68 212.46 -
System Red Green Blue C M Y K H S L
Decimal 230 71 10 0 0.69 0.96 0.10 16.64 0.92 0.47
Hex E6 47 A 0 45 60 A 11 5C 2F
Octal 346 107 12 0 105 140 12 21 134 57
Binary 11100110 1000111 1010 0 1000101 1100000 1010 10001 1011100 101111

Color Harmonies of #E6470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6470A

Black with #E6470A

Text Example


Text Example

White with #E6470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6470A; }

 p { color: rgb(230,71,10); }

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

background-color css

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

 a { background-color: rgb(230,71,10); }

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

border-color css

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

 span { border-color: rgb(230,71,10); }

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