Html Css Color HEX #EFDD6A Sweet Corn

📋 copy color: '#EFDD6A'

red 239 ◦ green 221 ◦ blue 106

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

Shades of Sweet Corn #EFDD6A

Tints of Sweet Corn #EFDD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 42.23%
G = 39.05%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFDD6A (or 0xEFDD6A) is known color: Sweet Corn. HEX triplet: EF, DD and 6A. RGB value is (239,221,106). Sum of RGB (Red+Green+Blue) = 239+221+106=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD6A is #102295. Grayscale: #D5D5D5. Windows color (decimal): -1057430 or 7003631. OLE color: 7003631.

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

Color convert

RGB 239 221 106 -
CMYK 0 0.08 0.56 0.06
HSL 51.88º 0.81% 0.68% -
HSV(B) 51.88º 0.56% 0.94% -
XYZ 64.05 71.1 23.98 -
YUV 213.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 239 221 106 0 0.08 0.56 0.06 51.88 0.81 0.68
Hex EF DD 6A 0 8 38 6 34 51 44
Octal 357 335 152 0 10 70 6 64 121 104
Binary 11101111 11011101 1101010 0 1000 111000 110 110100 1010001 1000100

Color Harmonies of #EFDD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD6A

Black with #EFDD6A

Text Example


Text Example

White with #EFDD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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