Html Css Color HEX #EDEE64 Honeysuckle

📋 copy color: '#EDEE64'

red 237 ◦ green 238 ◦ blue 100

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

Shades of Honeysuckle #EDEE64

Tints of Honeysuckle #EDEE64

RGB

 RED value IS 237 (92.97% from 255) = 41.22%

 GREEN value IS 238 (93.36% from 255) = 41.39%

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

R = 41.22%
G = 41.39%
B = 17.39%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDEE64 (or 0xEDEE64) is known color: Honeysuckle. HEX triplet: ED, EE and 64. RGB value is (237,238,100). Sum of RGB (Red+Green+Blue) = 237+238+100=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE64 is #12119B. Grayscale: #DEDEDE. Windows color (decimal): -1184156 or 6614765. OLE color: 6614765.

HSL color Cylindrical-coordinate representation of color #EDEE64: hue angle of 60.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDEE64 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 100 -
CMYK 0.00 0 0.58 0.07
HSL 60.43º 0.8% 0.66% -
HSV(B) 60.43º 0.58% 0.93% -
XYZ 67.8 80.07 23.94 -
YUV 221.97 59.17 138.72 -
System Red Green Blue C M Y K H S L
Decimal 237 238 100 0.00 0 0.58 0.07 60.43 0.8 0.66
Hex ED EE 64 0 0 3A 7 3C 50 42
Octal 355 356 144 0 0 72 7 74 120 102
Binary 11101101 11101110 1100100 0 0 111010 111 111100 1010000 1000010

Color Harmonies of #EDEE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE64

Black with #EDEE64

Text Example


Text Example

White with #EDEE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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