Html Css Color HEX #EDE966 Honeysuckle

📋 copy color: '#EDE966'

red 237 ◦ green 233 ◦ blue 102

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

Shades of Honeysuckle #EDE966

Tints of Honeysuckle #EDE966

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.73%

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

R = 41.43%
G = 40.73%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDE966 (or 0xEDE966) is known color: Honeysuckle. HEX triplet: ED, E9 and 66. RGB value is (237,233,102). Sum of RGB (Red+Green+Blue) = 237+233+102=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE966 is #121699. Grayscale: #DBDBDB. Windows color (decimal): -1185434 or 6744557. OLE color: 6744557.

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

Color convert

RGB 237 233 102 -
CMYK 0 0.02 0.57 0.07
HSL 58.22º 0.79% 0.66% -
HSV(B) 58.22º 0.57% 0.93% -
XYZ 66.46 77.24 23.98 -
YUV 219.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 237 233 102 0 0.02 0.57 0.07 58.22 0.79 0.66
Hex ED E9 66 0 2 39 7 3A 4F 42
Octal 355 351 146 0 2 71 7 72 117 102
Binary 11101101 11101001 1100110 0 10 111001 111 111010 1001111 1000010

Color Harmonies of #EDE966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE966

Black with #EDE966

Text Example


Text Example

White with #EDE966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE966; }

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

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

background-color css

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

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

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

border-color css

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

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

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