Html Css Color HEX #EFE270 Sweet Corn

📋 copy color: '#EFE270'

red 239 ◦ green 226 ◦ blue 112

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

Shades of Sweet Corn #EFE270

Tints of Sweet Corn #EFE270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.17%

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

R = 41.42%
G = 39.17%
B = 19.41%

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

#EFE270 (or 0xEFE270) is known color: Sweet Corn. HEX triplet: EF, E2 and 70. RGB value is (239,226,112). Sum of RGB (Red+Green+Blue) = 239+226+112=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE270 is #101D8F. Grayscale: #D9D9D9. Windows color (decimal): -1056144 or 7398127. OLE color: 7398127.

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

Color convert

RGB 239 226 112 -
CMYK 0 0.05 0.53 0.06
HSL 53.86º 0.8% 0.69% -
HSV(B) 53.86º 0.53% 0.94% -
XYZ 65.72 73.91 26.13 -
YUV 216.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 239 226 112 0 0.05 0.53 0.06 53.86 0.8 0.69
Hex EF E2 70 0 5 35 6 36 50 45
Octal 357 342 160 0 5 65 6 66 120 105
Binary 11101111 11100010 1110000 0 101 110101 110 110110 1010000 1000101

Color Harmonies of #EFE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE270

Black with #EFE270

Text Example


Text Example

White with #EFE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE270; }

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

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

background-color css

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

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

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

border-color css

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

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

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