Html Css Color HEX #EDE46B Honeysuckle

📋 copy color: '#EDE46B'

red 237 ◦ green 228 ◦ blue 107

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

Shades of Honeysuckle #EDE46B

Tints of Honeysuckle #EDE46B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.86%

 BLUE value IS 107 (42.19% from 255) = 18.71%

R = 41.43%
G = 39.86%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDE46B (or 0xEDE46B) is known color: Honeysuckle. HEX triplet: ED, E4 and 6B. RGB value is (237,228,107). Sum of RGB (Red+Green+Blue) = 237+228+107=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 107 (42.19% from 255 or 18.71% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE46B is #121B94. Grayscale: #D9D9D9. Windows color (decimal): -1186709 or 7070957. OLE color: 7070957.

HSL color Cylindrical-coordinate representation of color #EDE46B: hue angle of 55.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDE46B is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 107 -
CMYK 0 0.04 0.55 0.07
HSL 55.85º 0.78% 0.67% -
HSV(B) 55.85º 0.55% 0.93% -
XYZ 65.32 74.55 24.86 -
YUV 216.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 237 228 107 0 0.04 0.55 0.07 55.85 0.78 0.67
Hex ED E4 6B 0 4 37 7 38 4E 43
Octal 355 344 153 0 4 67 7 70 116 103
Binary 11101101 11100100 1101011 0 100 110111 111 111000 1001110 1000011

Color Harmonies of #EDE46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE46B

Black with #EDE46B

Text Example


Text Example

White with #EDE46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE46B; }

 p { color: rgb(237,228,107); }

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

background-color css

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

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

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

border-color css

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

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

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