Html Css Color HEX #EB490D Persimmon

📋 copy color: '#EB490D'

red 235 ◦ green 73 ◦ blue 13

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

Shades of Persimmon #EB490D

Tints of Persimmon #EB490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 73.21%
G = 22.74%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB490D (or 0xEB490D) is known color: Persimmon. HEX triplet: EB, 49 and 0D. RGB value is (235,73,13). Sum of RGB (Red+Green+Blue) = 235+73+13=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB490D is #14B6F2. Grayscale: #737373. Windows color (decimal): -1357555 or 870891. OLE color: 870891.

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

Color convert

RGB 235 73 13 -
CMYK 0 0.69 0.94 0.08
HSL 16.22º 0.9% 0.49% -
HSV(B) 16.22º 0.94% 0.92% -
XYZ 36.72 22.46 2.78 -
YUV 114.6 70.67 213.88 -
System Red Green Blue C M Y K H S L
Decimal 235 73 13 0 0.69 0.94 0.08 16.22 0.9 0.49
Hex EB 49 D 0 45 5E 8 10 5A 31
Octal 353 111 15 0 105 136 10 20 132 61
Binary 11101011 1001001 1101 0 1000101 1011110 1000 10000 1011010 110001

Color Harmonies of #EB490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB490D

Black with #EB490D

Text Example


Text Example

White with #EB490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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