Html Css Color HEX #EB590B Persimmon

📋 copy color: '#EB590B'

red 235 ◦ green 89 ◦ blue 11

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

Shades of Persimmon #EB590B

Tints of Persimmon #EB590B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 70.15%
G = 26.57%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB590B (or 0xEB590B) is known color: Persimmon. HEX triplet: EB, 59 and 0B. RGB value is (235,89,11). Sum of RGB (Red+Green+Blue) = 235+89+11=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB590B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB590B is #14A6F4. Grayscale: #7C7C7C. Windows color (decimal): -1353461 or 743915. OLE color: 743915.

HSL color Cylindrical-coordinate representation of color #EB590B: hue angle of 20.89º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB590B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 89 11 -
CMYK 0 0.62 0.95 0.08
HSL 20.89º 0.91% 0.48% -
HSV(B) 20.89º 0.95% 0.92% -
XYZ 37.89 24.83 3.11 -
YUV 123.76 64.37 207.34 -
System Red Green Blue C M Y K H S L
Decimal 235 89 11 0 0.62 0.95 0.08 20.89 0.91 0.48
Hex EB 59 B 0 3E 5F 8 15 5B 30
Octal 353 131 13 0 76 137 10 25 133 60
Binary 11101011 1011001 1011 0 111110 1011111 1000 10101 1011011 110000

Color Harmonies of #EB590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB590B

Black with #EB590B

Text Example


Text Example

White with #EB590B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB590B; }

 p { color: rgb(235,89,11); }

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

background-color css

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

 a { background-color: rgb(235,89,11); }

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

border-color css

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

 span { border-color: rgb(235,89,11); }

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