Html Css Color HEX #EB6408 Persimmon

📋 copy color: '#EB6408'

red 235 ◦ green 100 ◦ blue 8

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

Shades of Persimmon #EB6408

Tints of Persimmon #EB6408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 68.51%
G = 29.15%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB6408 (or 0xEB6408) is known color: Persimmon. HEX triplet: EB, 64 and 08. RGB value is (235,100,8). Sum of RGB (Red+Green+Blue) = 235+100+8=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6408 is #149BF7. Grayscale: #828282. Windows color (decimal): -1350648 or 550123. OLE color: 550123.

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

Color convert

RGB 235 100 8 -
CMYK 0 0.57 0.97 0.08
HSL 24.32º 0.93% 0.48% -
HSV(B) 24.32º 0.97% 0.92% -
XYZ 38.86 26.79 3.35 -
YUV 129.88 59.23 202.98 -
System Red Green Blue C M Y K H S L
Decimal 235 100 8 0 0.57 0.97 0.08 24.32 0.93 0.48
Hex EB 64 8 0 39 61 8 18 5D 30
Octal 353 144 10 0 71 141 10 30 135 60
Binary 11101011 1100100 1000 0 111001 1100001 1000 11000 1011101 110000

Color Harmonies of #EB6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6408

Black with #EB6408

Text Example


Text Example

White with #EB6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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