Html Css Color HEX #EDE858 Corn

📋 copy color: '#EDE858'

red 237 ◦ green 232 ◦ blue 88

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

Shades of Corn #EDE858

Tints of Corn #EDE858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.8%

R = 42.55%
G = 41.65%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDE858 (or 0xEDE858) is known color: Corn. HEX triplet: ED, E8 and 58. RGB value is (237,232,88). Sum of RGB (Red+Green+Blue) = 237+232+88=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 88 (34.77% from 255 or 15.80% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE858 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE858 is #1217A7. Grayscale: #D9D9D9. Windows color (decimal): -1185704 or 5826797. OLE color: 5826797.

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

Color convert

RGB 237 232 88 -
CMYK 0 0.02 0.63 0.07
HSL 57.99º 0.81% 0.64% -
HSV(B) 57.99º 0.63% 0.93% -
XYZ 65.54 76.42 20.53 -
YUV 217.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 237 232 88 0 0.02 0.63 0.07 57.99 0.81 0.64
Hex ED E8 58 0 2 3F 7 3A 51 40
Octal 355 350 130 0 2 77 7 72 121 100
Binary 11101101 11101000 1011000 0 10 111111 111 111010 1010001 1000000

Color Harmonies of #EDE858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE858

Black with #EDE858

Text Example


Text Example

White with #EDE858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE858; }

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

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

background-color css

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

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

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

border-color css

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

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

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