Html Css Color HEX #E7470B Persimmon

📋 copy color: '#E7470B'

red 231 ◦ green 71 ◦ blue 11

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

Shades of Persimmon #E7470B

Tints of Persimmon #E7470B

RGB

 RED value IS 231 (90.63% from 255) = 73.8%

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 73.8%
G = 22.68%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7470B (or 0xE7470B) is known color: Persimmon. HEX triplet: E7, 47 and 0B. RGB value is (231,71,11). Sum of RGB (Red+Green+Blue) = 231+71+11=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E7470B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7470B is #18B8F4. Grayscale: #707070. Windows color (decimal): -1620213 or 739303. OLE color: 739303.

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

Color convert

RGB 231 71 11 -
CMYK 0 0.69 0.95 0.09
HSL 16.36º 0.91% 0.47% -
HSV(B) 16.36º 0.95% 0.91% -
XYZ 35.27 21.52 2.61 -
YUV 112 71.01 212.88 -
System Red Green Blue C M Y K H S L
Decimal 231 71 11 0 0.69 0.95 0.09 16.36 0.91 0.47
Hex E7 47 B 0 45 5F 9 10 5B 2F
Octal 347 107 13 0 105 137 11 20 133 57
Binary 11100111 1000111 1011 0 1000101 1011111 1001 10000 1011011 101111

Color Harmonies of #E7470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7470B

Black with #E7470B

Text Example


Text Example

White with #E7470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7470B; }

 p { color: rgb(231,71,11); }

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

background-color css

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

 a { background-color: rgb(231,71,11); }

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

border-color css

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

 span { border-color: rgb(231,71,11); }

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