Html Css Color HEX #EDE959 Corn

📋 copy color: '#EDE959'

red 237 ◦ green 233 ◦ blue 89

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

Shades of Corn #EDE959

Tints of Corn #EDE959

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.68%

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

R = 42.4%
G = 41.68%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDE959 (or 0xEDE959) is known color: Corn. HEX triplet: ED, E9 and 59. RGB value is (237,233,89). Sum of RGB (Red+Green+Blue) = 237+233+89=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 89 (35.16% from 255 or 15.92% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE959 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE959 is #1216A6. Grayscale: #DADADA. Windows color (decimal): -1185447 or 5892589. OLE color: 5892589.

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

Color convert

RGB 237 233 89 -
CMYK 0 0.02 0.62 0.07
HSL 58.38º 0.8% 0.64% -
HSV(B) 58.38º 0.62% 0.93% -
XYZ 65.87 77 20.84 -
YUV 217.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 237 233 89 0 0.02 0.62 0.07 58.38 0.8 0.64
Hex ED E9 59 0 2 3E 7 3A 50 40
Octal 355 351 131 0 2 76 7 72 120 100
Binary 11101101 11101001 1011001 0 10 111110 111 111010 1010000 1000000

Color Harmonies of #EDE959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE959

Black with #EDE959

Text Example


Text Example

White with #EDE959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE959; }

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

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

background-color css

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

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

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

border-color css

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

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

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