Html Css Color HEX #ED4908 Persimmon

📋 copy color: '#ED4908'

red 237 ◦ green 73 ◦ blue 8

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

Shades of Persimmon #ED4908

Tints of Persimmon #ED4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

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

R = 74.53%
G = 22.96%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4908 (or 0xED4908) is known color: Persimmon. HEX triplet: ED, 49 and 08. RGB value is (237,73,8). Sum of RGB (Red+Green+Blue) = 237+73+8=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4908 is #12B6F7. Grayscale: #737373. Windows color (decimal): -1226488 or 543213. OLE color: 543213.

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

Color convert

RGB 237 73 8 -
CMYK 0 0.69 0.97 0.07
HSL 17.03º 0.93% 0.48% -
HSV(B) 17.03º 0.97% 0.93% -
XYZ 37.35 22.79 2.66 -
YUV 114.63 67.83 215.29 -
System Red Green Blue C M Y K H S L
Decimal 237 73 8 0 0.69 0.97 0.07 17.03 0.93 0.48
Hex ED 49 8 0 45 61 7 11 5D 30
Octal 355 111 10 0 105 141 7 21 135 60
Binary 11101101 1001001 1000 0 1000101 1100001 111 10001 1011101 110000

Color Harmonies of #ED4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4908

Black with #ED4908

Text Example


Text Example

White with #ED4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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