Html Css Color HEX #EDEA61 Honeysuckle

📋 copy color: '#EDEA61'

red 237 ◦ green 234 ◦ blue 97

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

Shades of Honeysuckle #EDEA61

Tints of Honeysuckle #EDEA61

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 97 (38.28% from 255) = 17.08%

R = 41.73%
G = 41.2%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDEA61 (or 0xEDEA61) is known color: Honeysuckle. HEX triplet: ED, EA and 61. RGB value is (237,234,97). Sum of RGB (Red+Green+Blue) = 237+234+97=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 97 (38.28% from 255 or 17.08% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA61 is #12159E. Grayscale: #DBDBDB. Windows color (decimal): -1185183 or 6417133. OLE color: 6417133.

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

Color convert

RGB 237 234 97 -
CMYK 0 0.01 0.59 0.07
HSL 58.71º 0.8% 0.65% -
HSV(B) 58.71º 0.59% 0.93% -
XYZ 66.51 77.71 22.8 -
YUV 219.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 237 234 97 0 0.01 0.59 0.07 58.71 0.8 0.65
Hex ED EA 61 0 1 3B 7 3B 50 41
Octal 355 352 141 0 1 73 7 73 120 101
Binary 11101101 11101010 1100001 0 1 111011 111 111011 1010000 1000001

Color Harmonies of #EDEA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA61

Black with #EDEA61

Text Example


Text Example

White with #EDEA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA61; }

 p { color: rgb(237,234,97); }

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

background-color css

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

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

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

border-color css

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

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

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