Html Css Color HEX #E6470C Persimmon

📋 copy color: '#E6470C'

red 230 ◦ green 71 ◦ blue 12

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

Shades of Persimmon #E6470C

Tints of Persimmon #E6470C

RGB

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

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

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

R = 73.48%
G = 22.68%
B = 3.83%

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

#E6470C (or 0xE6470C) is known color: Persimmon. HEX triplet: E6, 47 and 0C. RGB value is (230,71,12). Sum of RGB (Red+Green+Blue) = 230+71+12=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6470C is #19B8F3. Grayscale: #707070. Windows color (decimal): -1685748 or 804838. OLE color: 804838.

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

Color convert

RGB 230 71 12 -
CMYK 0 0.69 0.95 0.10
HSL 16.24º 0.9% 0.47% -
HSV(B) 16.24º 0.95% 0.9% -
XYZ 34.95 21.36 2.63 -
YUV 111.82 71.68 212.3 -
System Red Green Blue C M Y K H S L
Decimal 230 71 12 0 0.69 0.95 0.10 16.24 0.9 0.47
Hex E6 47 C 0 45 5F A 10 5A 2F
Octal 346 107 14 0 105 137 12 20 132 57
Binary 11100110 1000111 1100 0 1000101 1011111 1010 10000 1011010 101111

Color Harmonies of #E6470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6470C

Black with #E6470C

Text Example


Text Example

White with #E6470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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