Html Css Color HEX #EFDF74 Sweet Corn

📋 copy color: '#EFDF74'

red 239 ◦ green 223 ◦ blue 116

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

Shades of Sweet Corn #EFDF74

Tints of Sweet Corn #EFDF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.07%

R = 41.35%
G = 38.58%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFDF74 (or 0xEFDF74) is known color: Sweet Corn. HEX triplet: EF, DF and 74. RGB value is (239,223,116). Sum of RGB (Red+Green+Blue) = 239+223+116=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF74 is #10208B. Grayscale: #D8D8D8. Windows color (decimal): -1056908 or 7659503. OLE color: 7659503.

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

Color convert

RGB 239 223 116 -
CMYK 0 0.07 0.51 0.06
HSL 52.2º 0.79% 0.7% -
HSV(B) 52.2º 0.51% 0.94% -
XYZ 65.14 72.39 27.06 -
YUV 215.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 239 223 116 0 0.07 0.51 0.06 52.2 0.79 0.7
Hex EF DF 74 0 7 33 6 34 4F 46
Octal 357 337 164 0 7 63 6 64 117 106
Binary 11101111 11011111 1110100 0 111 110011 110 110100 1001111 1000110

Color Harmonies of #EFDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF74

Black with #EFDF74

Text Example


Text Example

White with #EFDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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