Html Css Color HEX #ED6509 Persimmon

📋 copy color: '#ED6509'

red 237 ◦ green 101 ◦ blue 9

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

Shades of Persimmon #ED6509

Tints of Persimmon #ED6509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

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

R = 68.3%
G = 29.11%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED6509 (or 0xED6509) is known color: Persimmon. HEX triplet: ED, 65 and 09. RGB value is (237,101,9). Sum of RGB (Red+Green+Blue) = 237+101+9=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6509 is #129AF6. Grayscale: #838383. Windows color (decimal): -1219319 or 615917. OLE color: 615917.

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

Color convert

RGB 237 101 9 -
CMYK 0 0.57 0.96 0.07
HSL 24.21º 0.93% 0.48% -
HSV(B) 24.21º 0.96% 0.93% -
XYZ 39.63 27.33 3.45 -
YUV 131.18 59.06 203.48 -
System Red Green Blue C M Y K H S L
Decimal 237 101 9 0 0.57 0.96 0.07 24.21 0.93 0.48
Hex ED 65 9 0 39 60 7 18 5D 30
Octal 355 145 11 0 71 140 7 30 135 60
Binary 11101101 1100101 1001 0 111001 1100000 111 11000 1011101 110000

Color Harmonies of #ED6509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6509

Black with #ED6509

Text Example


Text Example

White with #ED6509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6509; }

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

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

background-color css

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

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

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

border-color css

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

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

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