Html Css Color HEX #EDE266 Honeysuckle

📋 copy color: '#EDE266'

red 237 ◦ green 226 ◦ blue 102

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

Shades of Honeysuckle #EDE266

Tints of Honeysuckle #EDE266

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40%

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

R = 41.95%
G = 40%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDE266 (or 0xEDE266) is known color: Honeysuckle. HEX triplet: ED, E2 and 66. RGB value is (237,226,102). Sum of RGB (Red+Green+Blue) = 237+226+102=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE266 is #121D99. Grayscale: #D7D7D7. Windows color (decimal): -1187226 or 6742765. OLE color: 6742765.

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

Color convert

RGB 237 226 102 -
CMYK 0 0.05 0.57 0.07
HSL 55.11º 0.79% 0.66% -
HSV(B) 55.11º 0.57% 0.93% -
XYZ 64.52 73.36 23.33 -
YUV 215.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 237 226 102 0 0.05 0.57 0.07 55.11 0.79 0.66
Hex ED E2 66 0 5 39 7 37 4F 42
Octal 355 342 146 0 5 71 7 67 117 102
Binary 11101101 11100010 1100110 0 101 111001 111 110111 1001111 1000010

Color Harmonies of #EDE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE266

Black with #EDE266

Text Example


Text Example

White with #EDE266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE266; }

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

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

background-color css

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

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

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

border-color css

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

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

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