Html Css Color HEX #EFDB6F Sweet Corn

📋 copy color: '#EFDB6F'

red 239 ◦ green 219 ◦ blue 111

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

Shades of Sweet Corn #EFDB6F

Tints of Sweet Corn #EFDB6F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

 BLUE value IS 111 (43.75% from 255) = 19.51%

R = 42%
G = 38.49%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFDB6F (or 0xEFDB6F) is known color: Sweet Corn. HEX triplet: EF, DB and 6F. RGB value is (239,219,111). Sum of RGB (Red+Green+Blue) = 239+219+111=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB6F is #102490. Grayscale: #D5D5D5. Windows color (decimal): -1057937 or 7330799. OLE color: 7330799.

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

Color convert

RGB 239 219 111 -
CMYK 0 0.08 0.54 0.06
HSL 50.63º 0.8% 0.69% -
HSV(B) 50.63º 0.54% 0.94% -
XYZ 63.8 70.16 25.22 -
YUV 212.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 239 219 111 0 0.08 0.54 0.06 50.63 0.8 0.69
Hex EF DB 6F 0 8 36 6 33 50 45
Octal 357 333 157 0 10 66 6 63 120 105
Binary 11101111 11011011 1101111 0 1000 110110 110 110011 1010000 1000101

Color Harmonies of #EFDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB6F

Black with #EFDB6F

Text Example


Text Example

White with #EFDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB6F; }

 p { color: rgb(239,219,111); }

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

background-color css

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

 a { background-color: rgb(239,219,111); }

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

border-color css

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

 span { border-color: rgb(239,219,111); }

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