Html Css Color HEX #ED4E06 Persimmon

📋 copy color: '#ED4E06'

red 237 ◦ green 78 ◦ blue 6

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

Shades of Persimmon #ED4E06

Tints of Persimmon #ED4E06

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.3%

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

R = 73.83%
G = 24.3%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4E06 (or 0xED4E06) is known color: Persimmon. HEX triplet: ED, 4E and 06. RGB value is (237,78,6). Sum of RGB (Red+Green+Blue) = 237+78+6=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E06 is #12B1F9. Grayscale: #757575. Windows color (decimal): -1225210 or 413421. OLE color: 413421.

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

Color convert

RGB 237 78 6 -
CMYK 0 0.67 0.97 0.07
HSL 18.7º 0.95% 0.48% -
HSV(B) 18.7º 0.97% 0.93% -
XYZ 37.68 23.47 2.72 -
YUV 117.33 65.18 213.35 -
System Red Green Blue C M Y K H S L
Decimal 237 78 6 0 0.67 0.97 0.07 18.7 0.95 0.48
Hex ED 4E 6 0 43 61 7 13 5F 30
Octal 355 116 6 0 103 141 7 23 137 60
Binary 11101101 1001110 110 0 1000011 1100001 111 10011 1011111 110000

Color Harmonies of #ED4E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E06

Black with #ED4E06

Text Example


Text Example

White with #ED4E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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