Html Css Color HEX #EFDD6C Sweet Corn

📋 copy color: '#EFDD6C'

red 239 ◦ green 221 ◦ blue 108

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

Shades of Sweet Corn #EFDD6C

Tints of Sweet Corn #EFDD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.01%

R = 42.08%
G = 38.91%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFDD6C (or 0xEFDD6C) is known color: Sweet Corn. HEX triplet: EF, DD and 6C. RGB value is (239,221,108). Sum of RGB (Red+Green+Blue) = 239+221+108=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD6C is #102293. Grayscale: #D5D5D5. Windows color (decimal): -1057428 or 7134703. OLE color: 7134703.

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

Color convert

RGB 239 221 108 -
CMYK 0 0.08 0.55 0.06
HSL 51.76º 0.8% 0.68% -
HSV(B) 51.76º 0.55% 0.94% -
XYZ 64.16 71.15 24.54 -
YUV 213.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 239 221 108 0 0.08 0.55 0.06 51.76 0.8 0.68
Hex EF DD 6C 0 8 37 6 34 50 44
Octal 357 335 154 0 10 67 6 64 120 104
Binary 11101111 11011101 1101100 0 1000 110111 110 110100 1010000 1000100

Color Harmonies of #EFDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD6C

Black with #EFDD6C

Text Example


Text Example

White with #EFDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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