Html Css Color HEX #EFE070 Sweet Corn

📋 copy color: '#EFE070'

red 239 ◦ green 224 ◦ blue 112

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

Shades of Sweet Corn #EFE070

Tints of Sweet Corn #EFE070

RGB

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

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

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

R = 41.57%
G = 38.96%
B = 19.48%

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

#EFE070 (or 0xEFE070) is known color: Sweet Corn. HEX triplet: EF, E0 and 70. RGB value is (239,224,112). Sum of RGB (Red+Green+Blue) = 239+224+112=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE070 is #101F8F. Grayscale: #D8D8D8. Windows color (decimal): -1056656 or 7397615. OLE color: 7397615.

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

Color convert

RGB 239 224 112 -
CMYK 0 0.06 0.53 0.06
HSL 52.91º 0.8% 0.69% -
HSV(B) 52.91º 0.53% 0.94% -
XYZ 65.18 72.83 25.95 -
YUV 215.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 239 224 112 0 0.06 0.53 0.06 52.91 0.8 0.69
Hex EF E0 70 0 6 35 6 35 50 45
Octal 357 340 160 0 6 65 6 65 120 105
Binary 11101111 11100000 1110000 0 110 110101 110 110101 1010000 1000101

Color Harmonies of #EFE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE070

Black with #EFE070

Text Example


Text Example

White with #EFE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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