Html Css Color HEX #EDEC59 Corn

📋 copy color: '#EDEC59'

red 237 ◦ green 236 ◦ blue 89

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

Shades of Corn #EDEC59

Tints of Corn #EDEC59

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.99%

 BLUE value IS 89 (35.16% from 255) = 15.84%

R = 42.17%
G = 41.99%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDEC59 (or 0xEDEC59) is known color: Corn. HEX triplet: ED, EC and 59. RGB value is (237,236,89). Sum of RGB (Red+Green+Blue) = 237+236+89=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 89 (35.16% from 255 or 15.84% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC59 is #1213A6. Grayscale: #DCDCDC. Windows color (decimal): -1184679 or 5893357. OLE color: 5893357.

HSL color Cylindrical-coordinate representation of color #EDEC59: hue angle of 59.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDEC59 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 89 -
CMYK 0 0.00 0.62 0.07
HSL 59.59º 0.8% 0.64% -
HSV(B) 59.59º 0.62% 0.93% -
XYZ 66.72 78.72 21.13 -
YUV 219.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 237 236 89 0 0.00 0.62 0.07 59.59 0.8 0.64
Hex ED EC 59 0 0 3E 7 3C 50 40
Octal 355 354 131 0 0 76 7 74 120 100
Binary 11101101 11101100 1011001 0 0 111110 111 111100 1010000 1000000

Color Harmonies of #EDEC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC59

Black with #EDEC59

Text Example


Text Example

White with #EDEC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC59; }

 p { color: rgb(237,236,89); }

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

background-color css

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

 a { background-color: rgb(237,236,89); }

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

border-color css

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

 span { border-color: rgb(237,236,89); }

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