Html Css Color HEX #EDEB6B Honeysuckle

📋 copy color: '#EDEB6B'

red 237 ◦ green 235 ◦ blue 107

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

Shades of Honeysuckle #EDEB6B

Tints of Honeysuckle #EDEB6B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.59%

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

R = 40.93%
G = 40.59%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDEB6B (or 0xEDEB6B) is known color: Honeysuckle. HEX triplet: ED, EB and 6B. RGB value is (237,235,107). Sum of RGB (Red+Green+Blue) = 237+235+107=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB6B is #121494. Grayscale: #DDDDDD. Windows color (decimal): -1184917 or 7072749. OLE color: 7072749.

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

Color convert

RGB 237 235 107 -
CMYK 0 0.01 0.55 0.07
HSL 59.08º 0.78% 0.67% -
HSV(B) 59.08º 0.55% 0.93% -
XYZ 67.29 78.48 25.51 -
YUV 221.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 237 235 107 0 0.01 0.55 0.07 59.08 0.78 0.67
Hex ED EB 6B 0 1 37 7 3B 4E 43
Octal 355 353 153 0 1 67 7 73 116 103
Binary 11101101 11101011 1101011 0 1 110111 111 111011 1001110 1000011

Color Harmonies of #EDEB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB6B

Black with #EDEB6B

Text Example


Text Example

White with #EDEB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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