Html Css Color HEX #EDE071 Sweet Corn

📋 copy color: '#EDE071'

red 237 ◦ green 224 ◦ blue 113

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

Shades of Sweet Corn #EDE071

Tints of Sweet Corn #EDE071

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 value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDE071 (or 0xEDE071) is known color: 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.77, 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

RGB 237 224 113 -
CMYK 0 0.05 0.52 0.07
HSL 53.71º 0.78% 0.69% -
HSV(B) 53.71º 0.52% 0.93% -
XYZ 64.56 72.51 26.22 -
YUV 215.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 237 224 113 0 0.05 0.52 0.07 53.71 0.78 0.69
Hex ED E0 71 0 5 34 7 36 4E 45
Octal 355 340 161 0 5 64 7 66 116 105
Binary 11101101 11100000 1110001 0 101 110100 111 110110 1001110 1000101

Color Harmonies of #EDE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE071

Black with #EDE071

Text Example


Text Example

White with #EDE071

Text Example


Text Example

HTML Codes & Css Web 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>