Html Css Color HEX #EFDD72 Sweet Corn

📋 copy color: '#EFDD72'

red 239 ◦ green 221 ◦ blue 114

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

Shades of Sweet Corn #EFDD72

Tints of Sweet Corn #EFDD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.86%

R = 41.64%
G = 38.5%
B = 19.86%

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

#EFDD72 (or 0xEFDD72) is known color: Sweet Corn. HEX triplet: EF, DD and 72. RGB value is (239,221,114). Sum of RGB (Red+Green+Blue) = 239+221+114=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD72 is #10228D. Grayscale: #D6D6D6. Windows color (decimal): -1057422 or 7527919. OLE color: 7527919.

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

Color convert

RGB 239 221 114 -
CMYK 0 0.08 0.52 0.06
HSL 51.36º 0.8% 0.69% -
HSV(B) 51.36º 0.52% 0.94% -
XYZ 64.49 71.28 26.28 -
YUV 214.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 239 221 114 0 0.08 0.52 0.06 51.36 0.8 0.69
Hex EF DD 72 0 8 34 6 33 50 45
Octal 357 335 162 0 10 64 6 63 120 105
Binary 11101111 11011101 1110010 0 1000 110100 110 110011 1010000 1000101

Color Harmonies of #EFDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD72

Black with #EFDD72

Text Example


Text Example

White with #EFDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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