Html Css Color HEX #EB470D Persimmon

📋 copy color: '#EB470D'

red 235 ◦ green 71 ◦ blue 13

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

Shades of Persimmon #EB470D

Tints of Persimmon #EB470D

RGB

 RED value IS 235 (92.19% from 255) = 73.67%

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

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 73.67%
G = 22.26%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB470D (or 0xEB470D) is known color: Persimmon. HEX triplet: EB, 47 and 0D. RGB value is (235,71,13). Sum of RGB (Red+Green+Blue) = 235+71+13=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB470D is #14B8F2. Grayscale: #717171. Windows color (decimal): -1358067 or 870379. OLE color: 870379.

HSL color Cylindrical-coordinate representation of color #EB470D: hue angle of 15.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB470D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 13 -
CMYK 0 0.70 0.94 0.08
HSL 15.68º 0.9% 0.49% -
HSV(B) 15.68º 0.94% 0.92% -
XYZ 36.59 22.2 2.74 -
YUV 113.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 235 71 13 0 0.70 0.94 0.08 15.68 0.9 0.49
Hex EB 47 D 0 46 5E 8 10 5A 31
Octal 353 107 15 0 106 136 10 20 132 61
Binary 11101011 1000111 1101 0 1000110 1011110 1000 10000 1011010 110001

Color Harmonies of #EB470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB470D

Black with #EB470D

Text Example


Text Example

White with #EB470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB470D; }

 p { color: rgb(235,71,13); }

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

background-color css

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

 a { background-color: rgb(235,71,13); }

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

border-color css

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

 span { border-color: rgb(235,71,13); }

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