Html Css Color HEX #EDED58 Corn

📋 copy color: '#EDED58'

red 237 ◦ green 237 ◦ blue 88

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

Shades of Corn #EDED58

Tints of Corn #EDED58

RGB

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

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

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

R = 42.17%
G = 42.17%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDED58 (or 0xEDED58) is known color: Corn. HEX triplet: ED, ED and 58. RGB value is (237,237,88). Sum of RGB (Red+Green+Blue) = 237+237+88=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 88 (34.77% from 255 or 15.66% from 562); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED58 is #1212A7. Grayscale: #DCDCDC. Windows color (decimal): -1184424 or 5828077. OLE color: 5828077.

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

Color convert

RGB 237 237 88 -
CMYK 0 0 0.63 0.07
HSL 60º 0.81% 0.64% -
HSV(B) 60º 0.63% 0.93% -
XYZ 66.97 79.28 21 -
YUV 220.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 237 237 88 0 0 0.63 0.07 60 0.81 0.64
Hex ED ED 58 0 0 3F 7 3C 51 40
Octal 355 355 130 0 0 77 7 74 121 100
Binary 11101101 11101101 1011000 0 0 111111 111 111100 1010001 1000000

Color Harmonies of #EDED58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED58

Black with #EDED58

Text Example


Text Example

White with #EDED58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED58; }

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

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

background-color css

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

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

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

border-color css

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

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

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