Html Css Color HEX #EFED57 Corn

📋 copy color: '#EFED57'

red 239 ◦ green 237 ◦ blue 87

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

Shades of Corn #EFED57

Tints of Corn #EFED57

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.1%

 BLUE value IS 87 (34.38% from 255) = 15.45%

R = 42.45%
G = 42.1%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFED57 (or 0xEFED57) is known color: Corn. HEX triplet: EF, ED and 57. RGB value is (239,237,87). Sum of RGB (Red+Green+Blue) = 239+237+87=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 87 (34.38% from 255 or 15.45% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED57 is #1012A8. Grayscale: #DDDDDD. Windows color (decimal): -1053353 or 5762543. OLE color: 5762543.

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

Color convert

RGB 239 237 87 -
CMYK 0 0.01 0.64 0.06
HSL 59.21º 0.83% 0.64% -
HSV(B) 59.21º 0.64% 0.94% -
XYZ 67.6 79.61 20.82 -
YUV 220.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 239 237 87 0 0.01 0.64 0.06 59.21 0.83 0.64
Hex EF ED 57 0 1 40 6 3B 53 40
Octal 357 355 127 0 1 100 6 73 123 100
Binary 11101111 11101101 1010111 0 1 1000000 110 111011 1010011 1000000

Color Harmonies of #EFED57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED57

Black with #EFED57

Text Example


Text Example

White with #EFED57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED57; }

 p { color: rgb(239,237,87); }

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

background-color css

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

 a { background-color: rgb(239,237,87); }

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

border-color css

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

 span { border-color: rgb(239,237,87); }

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