Html Css Color HEX #ED6506 Persimmon

📋 copy color: '#ED6506'

red 237 ◦ green 101 ◦ blue 6

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

Shades of Persimmon #ED6506

Tints of Persimmon #ED6506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 68.9%
G = 29.36%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED6506 (or 0xED6506) is known color: Persimmon. HEX triplet: ED, 65 and 06. RGB value is (237,101,6). Sum of RGB (Red+Green+Blue) = 237+101+6=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6506 is #129AF9. Grayscale: #838383. Windows color (decimal): -1219322 or 419309. OLE color: 419309.

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

Color convert

RGB 237 101 6 -
CMYK 0 0.57 0.97 0.07
HSL 24.68º 0.95% 0.48% -
HSV(B) 24.68º 0.97% 0.93% -
XYZ 39.61 27.33 3.36 -
YUV 130.83 57.56 203.72 -
System Red Green Blue C M Y K H S L
Decimal 237 101 6 0 0.57 0.97 0.07 24.68 0.95 0.48
Hex ED 65 6 0 39 61 7 19 5F 30
Octal 355 145 6 0 71 141 7 31 137 60
Binary 11101101 1100101 110 0 111001 1100001 111 11001 1011111 110000

Color Harmonies of #ED6506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6506

Black with #ED6506

Text Example


Text Example

White with #ED6506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6506; }

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

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

background-color css

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

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

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

border-color css

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

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

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