Html Css Color HEX #EFE260 Corn

📋 copy color: '#EFE260'

red 239 ◦ green 226 ◦ blue 96

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

Shades of Corn #EFE260

Tints of Corn #EFE260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.11%

R = 42.6%
G = 40.29%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFE260 (or 0xEFE260) is known color: Corn. HEX triplet: EF, E2 and 60. RGB value is (239,226,96). Sum of RGB (Red+Green+Blue) = 239+226+96=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE260 is #101D9F. Grayscale: #D7D7D7. Windows color (decimal): -1056160 or 6349551. OLE color: 6349551.

HSL color Cylindrical-coordinate representation of color #EFE260: hue angle of 54.55º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFE260 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 96 -
CMYK 0 0.05 0.60 0.06
HSL 54.55º 0.82% 0.66% -
HSV(B) 54.55º 0.6% 0.94% -
XYZ 64.9 73.59 21.85 -
YUV 215.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 239 226 96 0 0.05 0.60 0.06 54.55 0.82 0.66
Hex EF E2 60 0 5 3C 6 37 52 42
Octal 357 342 140 0 5 74 6 67 122 102
Binary 11101111 11100010 1100000 0 101 111100 110 110111 1010010 1000010

Color Harmonies of #EFE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE260

Black with #EFE260

Text Example


Text Example

White with #EFE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE260; }

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

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

background-color css

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

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

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

border-color css

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

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

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