Html Css Color HEX #EFEC5E Corn

📋 copy color: '#EFEC5E'

red 239 ◦ green 236 ◦ blue 94

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

Shades of Corn #EFEC5E

Tints of Corn #EFEC5E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

 BLUE value IS 94 (37.11% from 255) = 16.52%

R = 42%
G = 41.48%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFEC5E (or 0xEFEC5E) is known color: Corn. HEX triplet: EF, EC and 5E. RGB value is (239,236,94). Sum of RGB (Red+Green+Blue) = 239+236+94=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC5E is #1013A1. Grayscale: #DDDDDD. Windows color (decimal): -1053602 or 6221039. OLE color: 6221039.

HSL color Cylindrical-coordinate representation of color #EFEC5E: hue angle of 58.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFEC5E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 94 -
CMYK 0 0.01 0.61 0.06
HSL 58.76º 0.82% 0.65% -
HSV(B) 58.76º 0.61% 0.94% -
XYZ 67.61 79.15 22.3 -
YUV 220.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 239 236 94 0 0.01 0.61 0.06 58.76 0.82 0.65
Hex EF EC 5E 0 1 3D 6 3B 52 41
Octal 357 354 136 0 1 75 6 73 122 101
Binary 11101111 11101100 1011110 0 1 111101 110 111011 1010010 1000001

Color Harmonies of #EFEC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC5E

Black with #EFEC5E

Text Example


Text Example

White with #EFEC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC5E; }

 p { color: rgb(239,236,94); }

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

background-color css

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

 a { background-color: rgb(239,236,94); }

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

border-color css

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

 span { border-color: rgb(239,236,94); }

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