Html Css Color HEX #ED6502 Persimmon

📋 copy color: '#ED6502'

red 237 ◦ green 101 ◦ blue 2

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

Shades of Persimmon #ED6502

Tints of Persimmon #ED6502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 69.71%
G = 29.71%
B = 0.59%

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

#ED6502 (or 0xED6502) is known color: Persimmon. HEX triplet: ED, 65 and 02. RGB value is (237,101,2). Sum of RGB (Red+Green+Blue) = 237+101+2=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6502 is #129AFD. Grayscale: #828282. Windows color (decimal): -1219326 or 157165. OLE color: 157165.

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

Color convert

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

Color Harmonies of #ED6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6502

Black with #ED6502

Text Example


Text Example

White with #ED6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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