Html Css Color HEX #EB5702 Persimmon

📋 copy color: '#EB5702'

red 235 ◦ green 87 ◦ blue 2

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

Shades of Persimmon #EB5702

Tints of Persimmon #EB5702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 72.53%
G = 26.85%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB5702 (or 0xEB5702) is known color: Persimmon. HEX triplet: EB, 57 and 02. RGB value is (235,87,2). Sum of RGB (Red+Green+Blue) = 235+87+2=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5702 is #14A8FD. Grayscale: #7A7A7A. Windows color (decimal): -1353982 or 153579. OLE color: 153579.

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

Color convert

RGB 235 87 2 -
CMYK 0 0.63 0.99 0.08
HSL 21.89º 0.98% 0.46% -
HSV(B) 21.89º 0.99% 0.92% -
XYZ 37.68 24.48 2.8 -
YUV 121.56 60.53 208.91 -
System Red Green Blue C M Y K H S L
Decimal 235 87 2 0 0.63 0.99 0.08 21.89 0.98 0.46
Hex EB 57 2 0 3F 63 8 16 62 2E
Octal 353 127 2 0 77 143 10 26 142 56
Binary 11101011 1010111 10 0 111111 1100011 1000 10110 1100010 101110

Color Harmonies of #EB5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5702

Black with #EB5702

Text Example


Text Example

White with #EB5702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5702; }

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

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

background-color css

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

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

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

border-color css

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

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

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