Html Css Color HEX #EB5002 Persimmon

📋 copy color: '#EB5002'

red 235 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #EB5002

Tints of Persimmon #EB5002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 74.13%
G = 25.24%
B = 0.63%

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

#EB5002 (or 0xEB5002) is known color: Persimmon. HEX triplet: EB, 50 and 02. RGB value is (235,80,2). Sum of RGB (Red+Green+Blue) = 235+80+2=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5002 is #14AFFD. Grayscale: #757575. Windows color (decimal): -1355774 or 151787. OLE color: 151787.

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

Color convert

RGB 235 80 2 -
CMYK 0 0.66 0.99 0.08
HSL 20.09º 0.98% 0.46% -
HSV(B) 20.09º 0.99% 0.92% -
XYZ 37.14 23.4 2.62 -
YUV 117.45 62.85 211.84 -
System Red Green Blue C M Y K H S L
Decimal 235 80 2 0 0.66 0.99 0.08 20.09 0.98 0.46
Hex EB 50 2 0 42 63 8 14 62 2E
Octal 353 120 2 0 102 143 10 24 142 56
Binary 11101011 1010000 10 0 1000010 1100011 1000 10100 1100010 101110

Color Harmonies of #EB5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5002

Black with #EB5002

Text Example


Text Example

White with #EB5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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