Html Css Color HEX #EB5003 Persimmon

📋 copy color: '#EB5003'

red 235 ◦ green 80 ◦ blue 3

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

Shades of Persimmon #EB5003

Tints of Persimmon #EB5003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 73.9%
G = 25.16%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB5003 (or 0xEB5003) is known color: Persimmon. HEX triplet: EB, 50 and 03. RGB value is (235,80,3). Sum of RGB (Red+Green+Blue) = 235+80+3=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5003 is #14AFFC. Grayscale: #767676. Windows color (decimal): -1355773 or 217323. OLE color: 217323.

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

Color convert

RGB 235 80 3 -
CMYK 0 0.66 0.99 0.08
HSL 19.91º 0.97% 0.47% -
HSV(B) 19.91º 0.99% 0.92% -
XYZ 37.15 23.41 2.65 -
YUV 117.57 63.35 211.76 -
System Red Green Blue C M Y K H S L
Decimal 235 80 3 0 0.66 0.99 0.08 19.91 0.97 0.47
Hex EB 50 3 0 42 63 8 14 61 2F
Octal 353 120 3 0 102 143 10 24 141 57
Binary 11101011 1010000 11 0 1000010 1100011 1000 10100 1100001 101111

Color Harmonies of #EB5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5003

Black with #EB5003

Text Example


Text Example

White with #EB5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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