Html Css Color HEX #EFDD75 Sweet Corn

📋 copy color: '#EFDD75'

red 239 ◦ green 221 ◦ blue 117

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

Shades of Sweet Corn #EFDD75

Tints of Sweet Corn #EFDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.28%

R = 41.42%
G = 38.3%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFDD75 (or 0xEFDD75) is known color: Sweet Corn. HEX triplet: EF, DD and 75. RGB value is (239,221,117). Sum of RGB (Red+Green+Blue) = 239+221+117=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD75 is #10228A. Grayscale: #D6D6D6. Windows color (decimal): -1057419 or 7724527. OLE color: 7724527.

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

Color convert

RGB 239 221 117 -
CMYK 0 0.08 0.51 0.06
HSL 51.15º 0.79% 0.7% -
HSV(B) 51.15º 0.51% 0.94% -
XYZ 64.66 71.35 27.19 -
YUV 214.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 239 221 117 0 0.08 0.51 0.06 51.15 0.79 0.7
Hex EF DD 75 0 8 33 6 33 4F 46
Octal 357 335 165 0 10 63 6 63 117 106
Binary 11101111 11011101 1110101 0 1000 110011 110 110011 1001111 1000110

Color Harmonies of #EFDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD75

Black with #EFDD75

Text Example


Text Example

White with #EFDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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