Html Css Color HEX #EDE766 Honeysuckle

📋 copy color: '#EDE766'

red 237 ◦ green 231 ◦ blue 102

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

Shades of Honeysuckle #EDE766

Tints of Honeysuckle #EDE766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.89%

R = 41.58%
G = 40.53%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDE766 (or 0xEDE766) is known color: Honeysuckle. HEX triplet: ED, E7 and 66. RGB value is (237,231,102). Sum of RGB (Red+Green+Blue) = 237+231+102=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE766 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE766 is #121899. Grayscale: #DADADA. Windows color (decimal): -1185946 or 6744045. OLE color: 6744045.

HSL color Cylindrical-coordinate representation of color #EDE766: hue angle of 57.33º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDE766 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 102 -
CMYK 0 0.03 0.57 0.07
HSL 57.33º 0.79% 0.66% -
HSV(B) 57.33º 0.57% 0.93% -
XYZ 65.9 76.12 23.79 -
YUV 218.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 237 231 102 0 0.03 0.57 0.07 57.33 0.79 0.66
Hex ED E7 66 0 3 39 7 39 4F 42
Octal 355 347 146 0 3 71 7 71 117 102
Binary 11101101 11100111 1100110 0 11 111001 111 111001 1001111 1000010

Color Harmonies of #EDE766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE766

Black with #EDE766

Text Example


Text Example

White with #EDE766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE766; }

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

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

background-color css

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

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

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

border-color css

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

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

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