Html Css Color HEX #EFDD70 Sweet Corn

📋 copy color: '#EFDD70'

red 239 ◦ green 221 ◦ blue 112

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

Shades of Sweet Corn #EFDD70

Tints of Sweet Corn #EFDD70

RGB

 RED value IS 239 (93.75% from 255) = 41.78%

 GREEN value IS 221 (86.72% from 255) = 38.64%

 BLUE value IS 112 (44.14% from 255) = 19.58%

R = 41.78%
G = 38.64%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFDD70 (or 0xEFDD70) is known color: Sweet Corn. HEX triplet: EF, DD and 70. RGB value is (239,221,112). Sum of RGB (Red+Green+Blue) = 239+221+112=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD70 is #10228F. Grayscale: #D6D6D6. Windows color (decimal): -1057424 or 7396847. OLE color: 7396847.

HSL color Cylindrical-coordinate representation of color #EFDD70: hue angle of 51.5º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFDD70 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 112 -
CMYK 0 0.08 0.53 0.06
HSL 51.5º 0.8% 0.69% -
HSV(B) 51.5º 0.53% 0.94% -
XYZ 64.38 71.23 25.69 -
YUV 213.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 239 221 112 0 0.08 0.53 0.06 51.5 0.8 0.69
Hex EF DD 70 0 8 35 6 33 50 45
Octal 357 335 160 0 10 65 6 63 120 105
Binary 11101111 11011101 1110000 0 1000 110101 110 110011 1010000 1000101

Color Harmonies of #EFDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD70

Black with #EFDD70

Text Example


Text Example

White with #EFDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD70; }

 p { color: rgb(239,221,112); }

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

background-color css

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

 a { background-color: rgb(239,221,112); }

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

border-color css

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

 span { border-color: rgb(239,221,112); }

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