Html Css Color HEX #EFDF73 Sweet Corn

📋 copy color: '#EFDF73'

red 239 ◦ green 223 ◦ blue 115

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

Shades of Sweet Corn #EFDF73

Tints of Sweet Corn #EFDF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.65%

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

R = 41.42%
G = 38.65%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFDF73 (or 0xEFDF73) is known color: Sweet Corn. HEX triplet: EF, DF and 73. RGB value is (239,223,115). Sum of RGB (Red+Green+Blue) = 239+223+115=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF73 is #10208C. Grayscale: #D7D7D7. Windows color (decimal): -1056909 or 7593967. OLE color: 7593967.

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

Color convert

RGB 239 223 115 -
CMYK 0 0.07 0.52 0.06
HSL 52.26º 0.79% 0.69% -
HSV(B) 52.26º 0.52% 0.94% -
XYZ 65.08 72.36 26.76 -
YUV 215.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 239 223 115 0 0.07 0.52 0.06 52.26 0.79 0.69
Hex EF DF 73 0 7 34 6 34 4F 45
Octal 357 337 163 0 7 64 6 64 117 105
Binary 11101111 11011111 1110011 0 111 110100 110 110100 1001111 1000101

Color Harmonies of #EFDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF73

Black with #EFDF73

Text Example


Text Example

White with #EFDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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