Html Css Color HEX #EFDD73 Sweet Corn

📋 copy color: '#EFDD73'

red 239 ◦ green 221 ◦ blue 115

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

Shades of Sweet Corn #EFDD73

Tints of Sweet Corn #EFDD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20%

R = 41.57%
G = 38.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFDD73 (or 0xEFDD73) is known color: Sweet Corn. HEX triplet: EF, DD and 73. RGB value is (239,221,115). Sum of RGB (Red+Green+Blue) = 239+221+115=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD73 is #10228C. Grayscale: #D6D6D6. Windows color (decimal): -1057421 or 7593455. OLE color: 7593455.

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

Color convert

RGB 239 221 115 -
CMYK 0 0.08 0.52 0.06
HSL 51.29º 0.79% 0.69% -
HSV(B) 51.29º 0.52% 0.94% -
XYZ 64.55 71.3 26.58 -
YUV 214.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 239 221 115 0 0.08 0.52 0.06 51.29 0.79 0.69
Hex EF DD 73 0 8 34 6 33 4F 45
Octal 357 335 163 0 10 64 6 63 117 105
Binary 11101111 11011101 1110011 0 1000 110100 110 110011 1001111 1000101

Color Harmonies of #EFDD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD73

Black with #EFDD73

Text Example


Text Example

White with #EFDD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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