Html Css Color HEX #ED6009 Persimmon

📋 copy color: '#ED6009'

red 237 ◦ green 96 ◦ blue 9

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

Shades of Persimmon #ED6009

Tints of Persimmon #ED6009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 9 (3.91% from 255) = 2.63%

R = 69.3%
G = 28.07%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED6009 (or 0xED6009) is known color: Persimmon. HEX triplet: ED, 60 and 09. RGB value is (237,96,9). Sum of RGB (Red+Green+Blue) = 237+96+9=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6009 is #129FF6. Grayscale: #808080. Windows color (decimal): -1220599 or 614637. OLE color: 614637.

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

Color convert

RGB 237 96 9 -
CMYK 0 0.59 0.96 0.07
HSL 22.89º 0.93% 0.48% -
HSV(B) 22.89º 0.96% 0.93% -
XYZ 39.16 26.39 3.29 -
YUV 128.24 60.71 205.57 -
System Red Green Blue C M Y K H S L
Decimal 237 96 9 0 0.59 0.96 0.07 22.89 0.93 0.48
Hex ED 60 9 0 3B 60 7 17 5D 30
Octal 355 140 11 0 73 140 7 27 135 60
Binary 11101101 1100000 1001 0 111011 1100000 111 10111 1011101 110000

Color Harmonies of #ED6009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6009

Black with #ED6009

Text Example


Text Example

White with #ED6009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6009; }

 p { color: rgb(237,96,9); }

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

background-color css

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

 a { background-color: rgb(237,96,9); }

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

border-color css

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

 span { border-color: rgb(237,96,9); }

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