Html Css Color HEX #EB5E0B Persimmon

📋 copy color: '#EB5E0B'

red 235 ◦ green 94 ◦ blue 11

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

Shades of Persimmon #EB5E0B

Tints of Persimmon #EB5E0B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

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

R = 69.12%
G = 27.65%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB5E0B (or 0xEB5E0B) is known color: Persimmon. HEX triplet: EB, 5E and 0B. RGB value is (235,94,11). Sum of RGB (Red+Green+Blue) = 235+94+11=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5E0B is #14A1F4. Grayscale: #7F7F7F. Windows color (decimal): -1352181 or 745195. OLE color: 745195.

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

Color convert

RGB 235 94 11 -
CMYK 0 0.6 0.95 0.08
HSL 22.23º 0.91% 0.48% -
HSV(B) 22.23º 0.95% 0.92% -
XYZ 38.32 25.69 3.26 -
YUV 126.7 62.71 205.25 -
System Red Green Blue C M Y K H S L
Decimal 235 94 11 0 0.6 0.95 0.08 22.23 0.91 0.48
Hex EB 5E B 0 3C 5F 8 16 5B 30
Octal 353 136 13 0 74 137 10 26 133 60
Binary 11101011 1011110 1011 0 111100 1011111 1000 10110 1011011 110000

Color Harmonies of #EB5E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E0B

Black with #EB5E0B

Text Example


Text Example

White with #EB5E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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