Html Css Color HEX #ED6500 Persimmon

📋 copy color: '#ED6500'

red 237 ◦ green 101 ◦ blue 0

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

Shades of Persimmon #ED6500

Tints of Persimmon #ED6500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.12%
G = 29.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED6500 (or 0xED6500) is known color: Persimmon. HEX triplet: ED, 65 and 00. RGB value is (237,101,0). Sum of RGB (Red+Green+Blue) = 237+101+0=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6500 is #129AFF. Grayscale: #828282. Windows color (decimal): -1219328 or 26093. OLE color: 26093.

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

Color convert

RGB 237 101 0 -
CMYK 0 0.57 1 0.07
HSL 25.57º 1% 0.46% -
HSV(B) 25.57º 1% 0.93% -
XYZ 39.58 27.31 3.19 -
YUV 130.15 54.56 204.21 -
System Red Green Blue C M Y K H S L
Decimal 237 101 0 0 0.57 1 0.07 25.57 1 0.46
Hex ED 65 0 0 39 64 7 1A 64 2E
Octal 355 145 0 0 71 144 7 32 144 56
Binary 11101101 1100101 0 0 111001 1100100 111 11010 1100100 101110

Color Harmonies of #ED6500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6500

Black with #ED6500

Text Example


Text Example

White with #ED6500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6500; }

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

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

background-color css

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

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

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

border-color css

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

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

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