Html Css Color HEX #EDE55F Honeysuckle

📋 copy color: '#EDE55F'

red 237 ◦ green 229 ◦ blue 95

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

Shades of Honeysuckle #EDE55F

Tints of Honeysuckle #EDE55F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.82%

 BLUE value IS 95 (37.5% from 255) = 16.93%

R = 42.25%
G = 40.82%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDE55F (or 0xEDE55F) is known color: Honeysuckle. HEX triplet: ED, E5 and 5F. RGB value is (237,229,95). Sum of RGB (Red+Green+Blue) = 237+229+95=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE55F is #121AA0. Grayscale: #D8D8D8. Windows color (decimal): -1186465 or 6284781. OLE color: 6284781.

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

Color convert

RGB 237 229 95 -
CMYK 0 0.03 0.60 0.07
HSL 56.62º 0.8% 0.65% -
HSV(B) 56.62º 0.6% 0.93% -
XYZ 65.01 74.87 21.85 -
YUV 216.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 237 229 95 0 0.03 0.60 0.07 56.62 0.8 0.65
Hex ED E5 5F 0 3 3C 7 39 50 41
Octal 355 345 137 0 3 74 7 71 120 101
Binary 11101101 11100101 1011111 0 11 111100 111 111001 1010000 1000001

Color Harmonies of #EDE55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE55F

Black with #EDE55F

Text Example


Text Example

White with #EDE55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE55F; }

 p { color: rgb(237,229,95); }

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

background-color css

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

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

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

border-color css

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

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

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