Html Css Color HEX #ED6305 Persimmon

📋 copy color: '#ED6305'

red 237 ◦ green 99 ◦ blue 5

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

Shades of Persimmon #ED6305

Tints of Persimmon #ED6305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 69.5%
G = 29.03%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED6305 (or 0xED6305) is known color: Persimmon. HEX triplet: ED, 63 and 05. RGB value is (237,99,5). Sum of RGB (Red+Green+Blue) = 237+99+5=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6305 is #129CFA. Grayscale: #828282. Windows color (decimal): -1219835 or 353261. OLE color: 353261.

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

Color convert

RGB 237 99 5 -
CMYK 0 0.58 0.98 0.07
HSL 24.31º 0.96% 0.47% -
HSV(B) 24.31º 0.98% 0.93% -
XYZ 39.41 26.94 3.27 -
YUV 129.55 57.72 204.64 -
System Red Green Blue C M Y K H S L
Decimal 237 99 5 0 0.58 0.98 0.07 24.31 0.96 0.47
Hex ED 63 5 0 3A 62 7 18 60 2F
Octal 355 143 5 0 72 142 7 30 140 57
Binary 11101101 1100011 101 0 111010 1100010 111 11000 1100000 101111

Color Harmonies of #ED6305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6305

Black with #ED6305

Text Example


Text Example

White with #ED6305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6305; }

 p { color: rgb(237,99,5); }

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

background-color css

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

 a { background-color: rgb(237,99,5); }

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

border-color css

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

 span { border-color: rgb(237,99,5); }

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