Html Css Color HEX #ED5A06 Persimmon

📋 copy color: '#ED5A06'

red 237 ◦ green 90 ◦ blue 6

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

Shades of Persimmon #ED5A06

Tints of Persimmon #ED5A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 71.17%
G = 27.03%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED5A06 (or 0xED5A06) is known color: Persimmon. HEX triplet: ED, 5A and 06. RGB value is (237,90,6). Sum of RGB (Red+Green+Blue) = 237+90+6=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5A06 is #12A5F9. Grayscale: #7C7C7C. Windows color (decimal): -1222138 or 416493. OLE color: 416493.

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

Color convert

RGB 237 90 6 -
CMYK 0 0.62 0.97 0.07
HSL 21.82º 0.95% 0.48% -
HSV(B) 21.82º 0.97% 0.93% -
XYZ 38.61 25.33 3.03 -
YUV 124.38 61.2 208.33 -
System Red Green Blue C M Y K H S L
Decimal 237 90 6 0 0.62 0.97 0.07 21.82 0.95 0.48
Hex ED 5A 6 0 3E 61 7 16 5F 30
Octal 355 132 6 0 76 141 7 26 137 60
Binary 11101101 1011010 110 0 111110 1100001 111 10110 1011111 110000

Color Harmonies of #ED5A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5A06

Black with #ED5A06

Text Example


Text Example

White with #ED5A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5A06; }

 p { color: rgb(237,90,6); }

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

background-color css

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

 a { background-color: rgb(237,90,6); }

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

border-color css

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

 span { border-color: rgb(237,90,6); }

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