Html Css Color HEX #ED6503 Persimmon

📋 copy color: '#ED6503'

red 237 ◦ green 101 ◦ blue 3

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

Shades of Persimmon #ED6503

Tints of Persimmon #ED6503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 69.5%
G = 29.62%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED6503 (or 0xED6503) is known color: Persimmon. HEX triplet: ED, 65 and 03. RGB value is (237,101,3). Sum of RGB (Red+Green+Blue) = 237+101+3=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6503 is #129AFC. Grayscale: #838383. Windows color (decimal): -1219325 or 222701. OLE color: 222701.

HSL color Cylindrical-coordinate representation of color #ED6503: hue angle of 25.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED6503 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 101 3 -
CMYK 0 0.57 0.99 0.07
HSL 25.13º 0.98% 0.47% -
HSV(B) 25.13º 0.99% 0.93% -
XYZ 39.6 27.32 3.27 -
YUV 130.49 56.06 203.97 -
System Red Green Blue C M Y K H S L
Decimal 237 101 3 0 0.57 0.99 0.07 25.13 0.98 0.47
Hex ED 65 3 0 39 63 7 19 62 2F
Octal 355 145 3 0 71 143 7 31 142 57
Binary 11101101 1100101 11 0 111001 1100011 111 11001 1100010 101111

Color Harmonies of #ED6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6503

Black with #ED6503

Text Example


Text Example

White with #ED6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6503; }

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

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

background-color css

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

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

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

border-color css

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

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

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