Html Css Color HEX #EB5012 Persimmon

📋 copy color: '#EB5012'

red 235 ◦ green 80 ◦ blue 18

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

Shades of Persimmon #EB5012

Tints of Persimmon #EB5012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 70.57%
G = 24.02%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB5012 (or 0xEB5012) is known color: Persimmon. HEX triplet: EB, 50 and 12. RGB value is (235,80,18). Sum of RGB (Red+Green+Blue) = 235+80+18=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5012 is #14AFED. Grayscale: #777777. Windows color (decimal): -1355758 or 1200363. OLE color: 1200363.

HSL color Cylindrical-coordinate representation of color #EB5012: hue angle of 17.14º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB5012 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 18 -
CMYK 0 0.66 0.92 0.08
HSL 17.14º 0.86% 0.5% -
HSV(B) 17.14º 0.92% 0.92% -
XYZ 37.24 23.44 3.13 -
YUV 119.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 235 80 18 0 0.66 0.92 0.08 17.14 0.86 0.5
Hex EB 50 12 0 42 5C 8 11 56 32
Octal 353 120 22 0 102 134 10 21 126 62
Binary 11101011 1010000 10010 0 1000010 1011100 1000 10001 1010110 110010

Color Harmonies of #EB5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5012

Black with #EB5012

Text Example


Text Example

White with #EB5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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