Html Css Color HEX #EB5802 Persimmon

📋 copy color: '#EB5802'

red 235 ◦ green 88 ◦ blue 2

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

Shades of Persimmon #EB5802

Tints of Persimmon #EB5802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 72.31%
G = 27.08%
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

#EB5802 (or 0xEB5802) is known color: Persimmon. HEX triplet: EB, 58 and 02. RGB value is (235,88,2). Sum of RGB (Red+Green+Blue) = 235+88+2=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5802 is #14A7FD. Grayscale: #7A7A7A. Windows color (decimal): -1353726 or 153835. OLE color: 153835.

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

Color convert

RGB 235 88 2 -
CMYK 0 0.63 0.99 0.08
HSL 22.15º 0.98% 0.46% -
HSV(B) 22.15º 0.99% 0.92% -
XYZ 37.76 24.65 2.82 -
YUV 122.15 60.2 208.49 -
System Red Green Blue C M Y K H S L
Decimal 235 88 2 0 0.63 0.99 0.08 22.15 0.98 0.46
Hex EB 58 2 0 3F 63 8 16 62 2E
Octal 353 130 2 0 77 143 10 26 142 56
Binary 11101011 1011000 10 0 111111 1100011 1000 10110 1100010 101110

Color Harmonies of #EB5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5802

Black with #EB5802

Text Example


Text Example

White with #EB5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5802; }

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

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

background-color css

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

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

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

border-color css

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

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

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