#EDE071

Color #EDE071 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #EDE071

Tints of Sweet Corn #EDE071

Color information

#EDE071 (or 0xEDE071) is unknown color: approx Sweet Corn. HEX triplet: ED, E0 and 71. RGB value is (237,224,113). Sum of RGB (Red+Green+Blue) = 237+224+113=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE071 is #121F8E. Grayscale: #D7D7D7. Windows color (decimal): -1187727 or 7463149. OLE color: 7463149.

HSL color Cylindrical-coordinate representation of color #EDE071: hue angle of 53.71º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDE071 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237224113-
CMYK00.050.520.07
HSL53.71º77.5%68.63%-
HSV(B)53.71º52.32%92.94%-
XYZ64.5672.5126.22-
YUV215.2370.31143.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 224 (87.89% from 255) = 39.02%
BLUE value IS 113 (44.53% from 255) = 19.69%
R=41.29%
G=39.02%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722411300.050.520.0753.7177.568.63
HexEDE07105347364e45
Octal3553401610564766116105
Binary11101101111000001110001010111010011111011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE071; }

 p { color: rgb(237,224,113); }

 H1.HeaderClassName
 {
   color: #EDE071;
 }
 .AnyTagClassName
 {
   color: #EDE071;
 }
</style>
background-color css

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

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

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

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

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

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