Html Css Color HEX #EFDC75 Sweet Corn

📋 copy color: '#EFDC75'

red 239 ◦ green 220 ◦ blue 117

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

Shades of Sweet Corn #EFDC75

Tints of Sweet Corn #EFDC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.19%

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

R = 41.49%
G = 38.19%
B = 20.31%

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

#EFDC75 (or 0xEFDC75) is known color: Sweet Corn. HEX triplet: EF, DC and 75. RGB value is (239,220,117). Sum of RGB (Red+Green+Blue) = 239+220+117=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC75 is #10238A. Grayscale: #D6D6D6. Windows color (decimal): -1057675 or 7724271. OLE color: 7724271.

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

Color convert

RGB 239 220 117 -
CMYK 0 0.08 0.51 0.06
HSL 50.66º 0.79% 0.7% -
HSV(B) 50.66º 0.51% 0.94% -
XYZ 64.4 70.82 27.11 -
YUV 213.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 239 220 117 0 0.08 0.51 0.06 50.66 0.79 0.7
Hex EF DC 75 0 8 33 6 33 4F 46
Octal 357 334 165 0 10 63 6 63 117 106
Binary 11101111 11011100 1110101 0 1000 110011 110 110011 1001111 1000110

Color Harmonies of #EFDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC75

Black with #EFDC75

Text Example


Text Example

White with #EFDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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