Html Css Color HEX #EDED62 Honeysuckle

📋 copy color: '#EDED62'

red 237 ◦ green 237 ◦ blue 98

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

Shades of Honeysuckle #EDED62

Tints of Honeysuckle #EDED62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.13%

R = 41.43%
G = 41.43%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDED62 (or 0xEDED62) is known color: Honeysuckle. HEX triplet: ED, ED and 62. RGB value is (237,237,98). Sum of RGB (Red+Green+Blue) = 237+237+98=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 98 (38.67% from 255 or 17.13% from 572); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED62 is #12129D. Grayscale: #DDDDDD. Windows color (decimal): -1184414 or 6483437. OLE color: 6483437.

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

Color convert

RGB 237 237 98 -
CMYK 0 0 0.59 0.07
HSL 60º 0.79% 0.66% -
HSV(B) 60º 0.59% 0.93% -
XYZ 67.41 79.45 23.34 -
YUV 221.15 58.5 139.3 -
System Red Green Blue C M Y K H S L
Decimal 237 237 98 0 0 0.59 0.07 60 0.79 0.66
Hex ED ED 62 0 0 3B 7 3C 4F 42
Octal 355 355 142 0 0 73 7 74 117 102
Binary 11101101 11101101 1100010 0 0 111011 111 111100 1001111 1000010

Color Harmonies of #EDED62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED62

Black with #EDED62

Text Example


Text Example

White with #EDED62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED62; }

 p { color: rgb(237,237,98); }

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

background-color css

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

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

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

border-color css

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

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

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