Html Css Color HEX #EDE66B Honeysuckle

📋 copy color: '#EDE66B'

red 237 ◦ green 230 ◦ blue 107

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

Shades of Honeysuckle #EDE66B

Tints of Honeysuckle #EDE66B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.07%

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

R = 41.29%
G = 40.07%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDE66B (or 0xEDE66B) is known color: Honeysuckle. HEX triplet: ED, E6 and 6B. RGB value is (237,230,107). Sum of RGB (Red+Green+Blue) = 237+230+107=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE66B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE66B is #121994. Grayscale: #DADADA. Windows color (decimal): -1186197 or 7071469. OLE color: 7071469.

HSL color Cylindrical-coordinate representation of color #EDE66B: hue angle of 56.77º 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 #EDE66B is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 107 -
CMYK 0 0.03 0.55 0.07
HSL 56.77º 0.78% 0.67% -
HSV(B) 56.77º 0.55% 0.93% -
XYZ 65.88 75.66 25.04 -
YUV 218.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 237 230 107 0 0.03 0.55 0.07 56.77 0.78 0.67
Hex ED E6 6B 0 3 37 7 39 4E 43
Octal 355 346 153 0 3 67 7 71 116 103
Binary 11101101 11100110 1101011 0 11 110111 111 111001 1001110 1000011

Color Harmonies of #EDE66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE66B

Black with #EDE66B

Text Example


Text Example

White with #EDE66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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