Html Css Color HEX #EFDF71 Sweet Corn

📋 copy color: '#EFDF71'

red 239 ◦ green 223 ◦ blue 113

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

Shades of Sweet Corn #EFDF71

Tints of Sweet Corn #EFDF71

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.78%

 BLUE value IS 113 (44.53% from 255) = 19.65%

R = 41.57%
G = 38.78%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFDF71 (or 0xEFDF71) is known color: Sweet Corn. HEX triplet: EF, DF and 71. RGB value is (239,223,113). Sum of RGB (Red+Green+Blue) = 239+223+113=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF71 is #10208E. Grayscale: #D7D7D7. Windows color (decimal): -1056911 or 7462895. OLE color: 7462895.

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

Color convert

RGB 239 223 113 -
CMYK 0 0.07 0.53 0.06
HSL 52.38º 0.8% 0.69% -
HSV(B) 52.38º 0.53% 0.94% -
XYZ 64.96 72.32 26.16 -
YUV 215.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 239 223 113 0 0.07 0.53 0.06 52.38 0.8 0.69
Hex EF DF 71 0 7 35 6 34 50 45
Octal 357 337 161 0 7 65 6 64 120 105
Binary 11101111 11011111 1110001 0 111 110101 110 110100 1010000 1000101

Color Harmonies of #EFDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF71

Black with #EFDF71

Text Example


Text Example

White with #EFDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF71; }

 p { color: rgb(239,223,113); }

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

background-color css

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

 a { background-color: rgb(239,223,113); }

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

border-color css

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

 span { border-color: rgb(239,223,113); }

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