Html Css Color HEX #ED5002 Persimmon

📋 copy color: '#ED5002'

red 237 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #ED5002

Tints of Persimmon #ED5002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 74.29%
G = 25.08%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED5002 (or 0xED5002) is known color: Persimmon. HEX triplet: ED, 50 and 02. RGB value is (237,80,2). Sum of RGB (Red+Green+Blue) = 237+80+2=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5002 is #12AFFD. Grayscale: #767676. Windows color (decimal): -1224702 or 151789. OLE color: 151789.

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

Color convert

RGB 237 80 2 -
CMYK 0 0.66 0.99 0.07
HSL 19.91º 0.98% 0.47% -
HSV(B) 19.91º 0.99% 0.93% -
XYZ 37.8 23.75 2.65 -
YUV 118.05 62.51 212.84 -
System Red Green Blue C M Y K H S L
Decimal 237 80 2 0 0.66 0.99 0.07 19.91 0.98 0.47
Hex ED 50 2 0 42 63 7 14 62 2F
Octal 355 120 2 0 102 143 7 24 142 57
Binary 11101101 1010000 10 0 1000010 1100011 111 10100 1100010 101111

Color Harmonies of #ED5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5002

Black with #ED5002

Text Example


Text Example

White with #ED5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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