Html Css Color HEX #EFDE6D Sweet Corn

📋 copy color: '#EFDE6D'

red 239 ◦ green 222 ◦ blue 109

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

Shades of Sweet Corn #EFDE6D

Tints of Sweet Corn #EFDE6D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.95%

 BLUE value IS 109 (42.97% from 255) = 19.12%

R = 41.93%
G = 38.95%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFDE6D (or 0xEFDE6D) is known color: Sweet Corn. HEX triplet: EF, DE and 6D. RGB value is (239,222,109). Sum of RGB (Red+Green+Blue) = 239+222+109=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDE6D is #102192. Grayscale: #D6D6D6. Windows color (decimal): -1057171 or 7200495. OLE color: 7200495.

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

Color convert

RGB 239 222 109 -
CMYK 0 0.07 0.54 0.06
HSL 52.15º 0.8% 0.68% -
HSV(B) 52.15º 0.54% 0.94% -
XYZ 64.48 71.7 24.91 -
YUV 214.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 239 222 109 0 0.07 0.54 0.06 52.15 0.8 0.68
Hex EF DE 6D 0 7 36 6 34 50 44
Octal 357 336 155 0 7 66 6 64 120 104
Binary 11101111 11011110 1101101 0 111 110110 110 110100 1010000 1000100

Color Harmonies of #EFDE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE6D

Black with #EFDE6D

Text Example


Text Example

White with #EFDE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE6D; }

 p { color: rgb(239,222,109); }

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

background-color css

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

 a { background-color: rgb(239,222,109); }

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

border-color css

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

 span { border-color: rgb(239,222,109); }

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