Html Css Color HEX #EFDD6B Sweet Corn

📋 copy color: '#EFDD6B'

red 239 ◦ green 221 ◦ blue 107

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

Shades of Sweet Corn #EFDD6B

Tints of Sweet Corn #EFDD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.87%

R = 42.15%
G = 38.98%
B = 18.87%

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

#EFDD6B (or 0xEFDD6B) is known color: Sweet Corn. HEX triplet: EF, DD and 6B. RGB value is (239,221,107). Sum of RGB (Red+Green+Blue) = 239+221+107=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD6B is #102294. Grayscale: #D5D5D5. Windows color (decimal): -1057429 or 7069167. OLE color: 7069167.

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

Color convert

RGB 239 221 107 -
CMYK 0 0.08 0.55 0.06
HSL 51.82º 0.8% 0.68% -
HSV(B) 51.82º 0.55% 0.94% -
XYZ 64.11 71.13 24.26 -
YUV 213.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 239 221 107 0 0.08 0.55 0.06 51.82 0.8 0.68
Hex EF DD 6B 0 8 37 6 34 50 44
Octal 357 335 153 0 10 67 6 64 120 104
Binary 11101111 11011101 1101011 0 1000 110111 110 110100 1010000 1000100

Color Harmonies of #EFDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD6B

Black with #EFDD6B

Text Example


Text Example

White with #EFDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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