Html Css Color HEX #EDEB64 Honeysuckle

📋 copy color: '#EDEB64'

red 237 ◦ green 235 ◦ blue 100

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

Shades of Honeysuckle #EDEB64

Tints of Honeysuckle #EDEB64

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.08%

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

R = 41.43%
G = 41.08%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDEB64 (or 0xEDEB64) is known color: Honeysuckle. HEX triplet: ED, EB and 64. RGB value is (237,235,100). Sum of RGB (Red+Green+Blue) = 237+235+100=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB64 is #12149B. Grayscale: #DCDCDC. Windows color (decimal): -1184924 or 6613997. OLE color: 6613997.

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

Color convert

RGB 237 235 100 -
CMYK 0 0.01 0.58 0.07
HSL 59.12º 0.79% 0.66% -
HSV(B) 59.12º 0.58% 0.93% -
XYZ 66.93 78.34 23.65 -
YUV 220.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 237 235 100 0 0.01 0.58 0.07 59.12 0.79 0.66
Hex ED EB 64 0 1 3A 7 3B 4F 42
Octal 355 353 144 0 1 72 7 73 117 102
Binary 11101101 11101011 1100100 0 1 111010 111 111011 1001111 1000010

Color Harmonies of #EDEB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB64

Black with #EDEB64

Text Example


Text Example

White with #EDEB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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