Html Css Color HEX #EFE164 Corn

📋 copy color: '#EFE164'

red 239 ◦ green 225 ◦ blue 100

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

Shades of Corn #EFE164

Tints of Corn #EFE164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.89%

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

R = 42.38%
G = 39.89%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFE164 (or 0xEFE164) is known color: Corn. HEX triplet: EF, E1 and 64. RGB value is (239,225,100). Sum of RGB (Red+Green+Blue) = 239+225+100=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE164 is #101E9B. Grayscale: #D7D7D7. Windows color (decimal): -1056412 or 6611439. OLE color: 6611439.

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

Color convert

RGB 239 225 100 -
CMYK 0 0.06 0.58 0.06
HSL 53.96º 0.81% 0.66% -
HSV(B) 53.96º 0.58% 0.94% -
XYZ 64.82 73.12 22.75 -
YUV 214.94 63.14 145.16 -
System Red Green Blue C M Y K H S L
Decimal 239 225 100 0 0.06 0.58 0.06 53.96 0.81 0.66
Hex EF E1 64 0 6 3A 6 36 51 42
Octal 357 341 144 0 6 72 6 66 121 102
Binary 11101111 11100001 1100100 0 110 111010 110 110110 1010001 1000010

Color Harmonies of #EFE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE164

Black with #EFE164

Text Example


Text Example

White with #EFE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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