Html Css Color HEX #ED6507 Persimmon

📋 copy color: '#ED6507'

red 237 ◦ green 101 ◦ blue 7

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

Shades of Persimmon #ED6507

Tints of Persimmon #ED6507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 68.7%
G = 29.28%
B = 2.03%

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

#ED6507 (or 0xED6507) is known color: Persimmon. HEX triplet: ED, 65 and 07. RGB value is (237,101,7). Sum of RGB (Red+Green+Blue) = 237+101+7=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6507 is #129AF8. Grayscale: #838383. Windows color (decimal): -1219321 or 484845. OLE color: 484845.

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

Color convert

RGB 237 101 7 -
CMYK 0 0.57 0.97 0.07
HSL 24.52º 0.94% 0.48% -
HSV(B) 24.52º 0.97% 0.93% -
XYZ 39.62 27.33 3.39 -
YUV 130.95 58.06 203.64 -
System Red Green Blue C M Y K H S L
Decimal 237 101 7 0 0.57 0.97 0.07 24.52 0.94 0.48
Hex ED 65 7 0 39 61 7 19 5E 30
Octal 355 145 7 0 71 141 7 31 136 60
Binary 11101101 1100101 111 0 111001 1100001 111 11001 1011110 110000

Color Harmonies of #ED6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6507

Black with #ED6507

Text Example


Text Example

White with #ED6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6507; }

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

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

background-color css

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

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

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

border-color css

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

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

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