Html Css Color HEX #EFDB73 Sweet Corn

📋 copy color: '#EFDB73'

red 239 ◦ green 219 ◦ blue 115

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

Shades of Sweet Corn #EFDB73

Tints of Sweet Corn #EFDB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.07%

R = 41.71%
G = 38.22%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFDB73 (or 0xEFDB73) is known color: Sweet Corn. HEX triplet: EF, DB and 73. RGB value is (239,219,115). Sum of RGB (Red+Green+Blue) = 239+219+115=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB73 is #10248C. Grayscale: #D5D5D5. Windows color (decimal): -1057933 or 7592943. OLE color: 7592943.

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

Color convert

RGB 239 219 115 -
CMYK 0 0.08 0.52 0.06
HSL 50.32º 0.79% 0.69% -
HSV(B) 50.32º 0.52% 0.94% -
XYZ 64.02 70.25 26.41 -
YUV 213.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 239 219 115 0 0.08 0.52 0.06 50.32 0.79 0.69
Hex EF DB 73 0 8 34 6 32 4F 45
Octal 357 333 163 0 10 64 6 62 117 105
Binary 11101111 11011011 1110011 0 1000 110100 110 110010 1001111 1000101

Color Harmonies of #EFDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB73

Black with #EFDB73

Text Example


Text Example

White with #EFDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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