Html Css Color HEX #EFE071 Sweet Corn

📋 copy color: '#EFE071'

red 239 ◦ green 224 ◦ blue 113

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

Shades of Sweet Corn #EFE071

Tints of Sweet Corn #EFE071

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.89%

 BLUE value IS 113 (44.53% from 255) = 19.62%

R = 41.49%
G = 38.89%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFE071 (or 0xEFE071) is known color: Sweet Corn. HEX triplet: EF, E0 and 71. RGB value is (239,224,113). Sum of RGB (Red+Green+Blue) = 239+224+113=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 113 (44.53% from 255 or 19.62% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE071 is #101F8E. Grayscale: #D8D8D8. Windows color (decimal): -1056655 or 7463151. OLE color: 7463151.

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

Color convert

RGB 239 224 113 -
CMYK 0 0.06 0.53 0.06
HSL 52.86º 0.8% 0.69% -
HSV(B) 52.86º 0.53% 0.94% -
XYZ 65.23 72.85 26.25 -
YUV 215.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 239 224 113 0 0.06 0.53 0.06 52.86 0.8 0.69
Hex EF E0 71 0 6 35 6 35 50 45
Octal 357 340 161 0 6 65 6 65 120 105
Binary 11101111 11100000 1110001 0 110 110101 110 110101 1010000 1000101

Color Harmonies of #EFE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE071

Black with #EFE071

Text Example


Text Example

White with #EFE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE071; }

 p { color: rgb(239,224,113); }

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

background-color css

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

 a { background-color: rgb(239,224,113); }

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

border-color css

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

 span { border-color: rgb(239,224,113); }

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