Html Css Color HEX #EB500D Persimmon

📋 copy color: '#EB500D'

red 235 ◦ green 80 ◦ blue 13

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

Shades of Persimmon #EB500D

Tints of Persimmon #EB500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 71.65%
G = 24.39%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB500D (or 0xEB500D) is known color: Persimmon. HEX triplet: EB, 50 and 0D. RGB value is (235,80,13). Sum of RGB (Red+Green+Blue) = 235+80+13=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB500D is #14AFF2. Grayscale: #777777. Windows color (decimal): -1355763 or 872683. OLE color: 872683.

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

Color convert

RGB 235 80 13 -
CMYK 0 0.66 0.94 0.08
HSL 18.11º 0.9% 0.49% -
HSV(B) 18.11º 0.94% 0.92% -
XYZ 37.2 23.43 2.94 -
YUV 118.71 68.35 210.95 -
System Red Green Blue C M Y K H S L
Decimal 235 80 13 0 0.66 0.94 0.08 18.11 0.9 0.49
Hex EB 50 D 0 42 5E 8 12 5A 31
Octal 353 120 15 0 102 136 10 22 132 61
Binary 11101011 1010000 1101 0 1000010 1011110 1000 10010 1011010 110001

Color Harmonies of #EB500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB500D

Black with #EB500D

Text Example


Text Example

White with #EB500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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