Html Css Color HEX #EFE264 Corn

📋 copy color: '#EFE264'

red 239 ◦ green 226 ◦ blue 100

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

Shades of Corn #EFE264

Tints of Corn #EFE264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.7%

R = 42.3%
G = 40%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFE264 (or 0xEFE264) is known color: Corn. HEX triplet: EF, E2 and 64. RGB value is (239,226,100). Sum of RGB (Red+Green+Blue) = 239+226+100=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE264 is #101D9B. Grayscale: #D8D8D8. Windows color (decimal): -1056156 or 6611695. OLE color: 6611695.

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

Color convert

RGB 239 226 100 -
CMYK 0 0.05 0.58 0.06
HSL 54.39º 0.81% 0.66% -
HSV(B) 54.39º 0.58% 0.94% -
XYZ 65.09 73.66 22.84 -
YUV 215.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 239 226 100 0 0.05 0.58 0.06 54.39 0.81 0.66
Hex EF E2 64 0 5 3A 6 36 51 42
Octal 357 342 144 0 5 72 6 66 121 102
Binary 11101111 11100010 1100100 0 101 111010 110 110110 1010001 1000010

Color Harmonies of #EFE264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE264

Black with #EFE264

Text Example


Text Example

White with #EFE264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE264; }

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

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

background-color css

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

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

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

border-color css

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

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

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