Html Css Color HEX #EDE76B Honeysuckle

📋 copy color: '#EDE76B'

red 237 ◦ green 231 ◦ blue 107

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

Shades of Honeysuckle #EDE76B

Tints of Honeysuckle #EDE76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.17%

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

R = 41.22%
G = 40.17%
B = 18.61%

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

#EDE76B (or 0xEDE76B) is known color: Honeysuckle. HEX triplet: ED, E7 and 6B. RGB value is (237,231,107). Sum of RGB (Red+Green+Blue) = 237+231+107=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 107 (42.19% from 255 or 18.61% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE76B is #121894. Grayscale: #DBDBDB. Windows color (decimal): -1185941 or 7071725. OLE color: 7071725.

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

Color convert

RGB 237 231 107 -
CMYK 0 0.03 0.55 0.07
HSL 57.23º 0.78% 0.67% -
HSV(B) 57.23º 0.55% 0.93% -
XYZ 66.15 76.22 25.13 -
YUV 218.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 237 231 107 0 0.03 0.55 0.07 57.23 0.78 0.67
Hex ED E7 6B 0 3 37 7 39 4E 43
Octal 355 347 153 0 3 67 7 71 116 103
Binary 11101101 11100111 1101011 0 11 110111 111 111001 1001110 1000011

Color Harmonies of #EDE76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE76B

Black with #EDE76B

Text Example


Text Example

White with #EDE76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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