Html Css Color HEX #EDE859 Corn

📋 copy color: '#EDE859'

red 237 ◦ green 232 ◦ blue 89

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

Shades of Corn #EDE859

Tints of Corn #EDE859

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.58%

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

R = 42.47%
G = 41.58%
B = 15.95%

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

#EDE859 (or 0xEDE859) is known color: Corn. HEX triplet: ED, E8 and 59. RGB value is (237,232,89). Sum of RGB (Red+Green+Blue) = 237+232+89=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 89 (35.16% from 255 or 15.95% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE859 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE859 is #1217A6. Grayscale: #D9D9D9. Windows color (decimal): -1185703 or 5892333. OLE color: 5892333.

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

Color convert

RGB 237 232 89 -
CMYK 0 0.02 0.62 0.07
HSL 57.97º 0.8% 0.64% -
HSV(B) 57.97º 0.62% 0.93% -
XYZ 65.58 76.44 20.75 -
YUV 217.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 237 232 89 0 0.02 0.62 0.07 57.97 0.8 0.64
Hex ED E8 59 0 2 3E 7 3A 50 40
Octal 355 350 131 0 2 76 7 72 120 100
Binary 11101101 11101000 1011001 0 10 111110 111 111010 1010000 1000000

Color Harmonies of #EDE859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE859

Black with #EDE859

Text Example


Text Example

White with #EDE859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE859; }

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

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

background-color css

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

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

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

border-color css

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

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

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