Html Css Color HEX #EFED64 Honeysuckle

📋 copy color: '#EFED64'

red 239 ◦ green 237 ◦ blue 100

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

Shades of Honeysuckle #EFED64

Tints of Honeysuckle #EFED64

RGB

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

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

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

R = 41.49%
G = 41.15%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFED64 (or 0xEFED64) is known color: Honeysuckle. HEX triplet: EF, ED and 64. RGB value is (239,237,100). Sum of RGB (Red+Green+Blue) = 239+237+100=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 100 (39.45% from 255 or 17.36% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED64 is #10129B. Grayscale: #DEDEDE. Windows color (decimal): -1053340 or 6614511. OLE color: 6614511.

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

Color convert

RGB 239 237 100 -
CMYK 0 0.01 0.58 0.06
HSL 59.14º 0.81% 0.66% -
HSV(B) 59.14º 0.58% 0.94% -
XYZ 68.18 79.84 23.87 -
YUV 221.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 239 237 100 0 0.01 0.58 0.06 59.14 0.81 0.66
Hex EF ED 64 0 1 3A 6 3B 51 42
Octal 357 355 144 0 1 72 6 73 121 102
Binary 11101111 11101101 1100100 0 1 111010 110 111011 1010001 1000010

Color Harmonies of #EFED64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED64

Black with #EFED64

Text Example


Text Example

White with #EFED64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED64; }

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

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

background-color css

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

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

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

border-color css

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

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

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