Html Css Color HEX #EB5D02 Persimmon

📋 copy color: '#EB5D02'

red 235 ◦ green 93 ◦ blue 2

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

Shades of Persimmon #EB5D02

Tints of Persimmon #EB5D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 71.21%
G = 28.18%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB5D02 (or 0xEB5D02) is known color: Persimmon. HEX triplet: EB, 5D and 02. RGB value is (235,93,2). Sum of RGB (Red+Green+Blue) = 235+93+2=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D02 is #14A2FD. Grayscale: #7D7D7D. Windows color (decimal): -1352446 or 155115. OLE color: 155115.

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

Color convert

RGB 235 93 2 -
CMYK 0 0.60 0.99 0.08
HSL 23.43º 0.98% 0.46% -
HSV(B) 23.43º 0.99% 0.92% -
XYZ 38.19 25.5 2.97 -
YUV 125.08 58.54 206.4 -
System Red Green Blue C M Y K H S L
Decimal 235 93 2 0 0.60 0.99 0.08 23.43 0.98 0.46
Hex EB 5D 2 0 3C 63 8 17 62 2E
Octal 353 135 2 0 74 143 10 27 142 56
Binary 11101011 1011101 10 0 111100 1100011 1000 10111 1100010 101110

Color Harmonies of #EB5D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D02

Black with #EB5D02

Text Example


Text Example

White with #EB5D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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