Html Css Color HEX #ED5008 Persimmon

📋 copy color: '#ED5008'

red 237 ◦ green 80 ◦ blue 8

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

Shades of Persimmon #ED5008

Tints of Persimmon #ED5008

RGB

 RED value IS 237 (92.97% from 255) = 72.92%

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 72.92%
G = 24.62%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED5008 (or 0xED5008) is known color: Persimmon. HEX triplet: ED, 50 and 08. RGB value is (237,80,8). Sum of RGB (Red+Green+Blue) = 237+80+8=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5008 is #12AFF7. Grayscale: #777777. Windows color (decimal): -1224696 or 545005. OLE color: 545005.

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

Color convert

RGB 237 80 8 -
CMYK 0 0.66 0.97 0.07
HSL 18.86º 0.93% 0.48% -
HSV(B) 18.86º 0.97% 0.93% -
XYZ 37.84 23.76 2.82 -
YUV 118.74 65.51 212.35 -
System Red Green Blue C M Y K H S L
Decimal 237 80 8 0 0.66 0.97 0.07 18.86 0.93 0.48
Hex ED 50 8 0 42 61 7 13 5D 30
Octal 355 120 10 0 102 141 7 23 135 60
Binary 11101101 1010000 1000 0 1000010 1100001 111 10011 1011101 110000

Color Harmonies of #ED5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5008

Black with #ED5008

Text Example


Text Example

White with #ED5008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5008; }

 p { color: rgb(237,80,8); }

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

background-color css

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

 a { background-color: rgb(237,80,8); }

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

border-color css

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

 span { border-color: rgb(237,80,8); }

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