Html Css Color HEX #EB5E08 Persimmon

📋 copy color: '#EB5E08'

red 235 ◦ green 94 ◦ blue 8

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

Shades of Persimmon #EB5E08

Tints of Persimmon #EB5E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 69.73%
G = 27.89%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB5E08 (or 0xEB5E08) is known color: Persimmon. HEX triplet: EB, 5E and 08. RGB value is (235,94,8). Sum of RGB (Red+Green+Blue) = 235+94+8=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5E08 is #14A1F7. Grayscale: #7E7E7E. Windows color (decimal): -1352184 or 548587. OLE color: 548587.

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

Color convert

RGB 235 94 8 -
CMYK 0 0.6 0.97 0.08
HSL 22.73º 0.93% 0.48% -
HSV(B) 22.73º 0.97% 0.92% -
XYZ 38.31 25.69 3.17 -
YUV 126.36 61.21 205.49 -
System Red Green Blue C M Y K H S L
Decimal 235 94 8 0 0.6 0.97 0.08 22.73 0.93 0.48
Hex EB 5E 8 0 3C 61 8 17 5D 30
Octal 353 136 10 0 74 141 10 27 135 60
Binary 11101011 1011110 1000 0 111100 1100001 1000 10111 1011101 110000

Color Harmonies of #EB5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E08

Black with #EB5E08

Text Example


Text Example

White with #EB5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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