Html Css Color HEX #EFED58 Corn

📋 copy color: '#EFED58'

red 239 ◦ green 237 ◦ blue 88

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

Shades of Corn #EFED58

Tints of Corn #EFED58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.6%

R = 42.38%
G = 42.02%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFED58 (or 0xEFED58) is known color: Corn. HEX triplet: EF, ED and 58. RGB value is (239,237,88). Sum of RGB (Red+Green+Blue) = 239+237+88=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 88 (34.77% from 255 or 15.60% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED58 is #1012A7. Grayscale: #DDDDDD. Windows color (decimal): -1053352 or 5828079. OLE color: 5828079.

HSL color Cylindrical-coordinate representation of color #EFED58: 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.63%. Process color model (Four color, CMYK) of #EFED58 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 88 -
CMYK 0 0.01 0.63 0.06
HSL 59.21º 0.83% 0.64% -
HSV(B) 59.21º 0.63% 0.94% -
XYZ 67.64 79.62 21.04 -
YUV 220.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 239 237 88 0 0.01 0.63 0.06 59.21 0.83 0.64
Hex EF ED 58 0 1 3F 6 3B 53 40
Octal 357 355 130 0 1 77 6 73 123 100
Binary 11101111 11101101 1011000 0 1 111111 110 111011 1010011 1000000

Color Harmonies of #EFED58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED58

Black with #EFED58

Text Example


Text Example

White with #EFED58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED58; }

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

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

background-color css

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

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

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

border-color css

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

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

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