Html Css Color HEX #EFE370 Sweet Corn

📋 copy color: '#EFE370'

red 239 ◦ green 227 ◦ blue 112

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

Shades of Sweet Corn #EFE370

Tints of Sweet Corn #EFE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.27%

 BLUE value IS 112 (44.14% from 255) = 19.38%

R = 41.35%
G = 39.27%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFE370 (or 0xEFE370) is known color: Sweet Corn. HEX triplet: EF, E3 and 70. RGB value is (239,227,112). Sum of RGB (Red+Green+Blue) = 239+227+112=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE370 is #101C8F. Grayscale: #D9D9D9. Windows color (decimal): -1055888 or 7398383. OLE color: 7398383.

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

Color convert

RGB 239 227 112 -
CMYK 0 0.05 0.53 0.06
HSL 54.33º 0.8% 0.69% -
HSV(B) 54.33º 0.53% 0.94% -
XYZ 65.99 74.46 26.22 -
YUV 217.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 239 227 112 0 0.05 0.53 0.06 54.33 0.8 0.69
Hex EF E3 70 0 5 35 6 36 50 45
Octal 357 343 160 0 5 65 6 66 120 105
Binary 11101111 11100011 1110000 0 101 110101 110 110110 1010000 1000101

Color Harmonies of #EFE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE370

Black with #EFE370

Text Example


Text Example

White with #EFE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE370; }

 p { color: rgb(239,227,112); }

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

background-color css

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

 a { background-color: rgb(239,227,112); }

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

border-color css

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

 span { border-color: rgb(239,227,112); }

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