Html Css Color HEX #EDE265 Honeysuckle

📋 copy color: '#EDE265'

red 237 ◦ green 226 ◦ blue 101

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

Shades of Honeysuckle #EDE265

Tints of Honeysuckle #EDE265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.91%

R = 42.02%
G = 40.07%
B = 17.91%

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

#EDE265 (or 0xEDE265) is known color: Honeysuckle. HEX triplet: ED, E2 and 65. RGB value is (237,226,101). Sum of RGB (Red+Green+Blue) = 237+226+101=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE265 is #121D9A. Grayscale: #D7D7D7. Windows color (decimal): -1187227 or 6677229. OLE color: 6677229.

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

Color convert

RGB 237 226 101 -
CMYK 0 0.05 0.57 0.07
HSL 55.15º 0.79% 0.66% -
HSV(B) 55.15º 0.57% 0.93% -
XYZ 64.47 73.34 23.07 -
YUV 215.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 237 226 101 0 0.05 0.57 0.07 55.15 0.79 0.66
Hex ED E2 65 0 5 39 7 37 4F 42
Octal 355 342 145 0 5 71 7 67 117 102
Binary 11101101 11100010 1100101 0 101 111001 111 110111 1001111 1000010

Color Harmonies of #EDE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE265

Black with #EDE265

Text Example


Text Example

White with #EDE265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE265; }

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

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

background-color css

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

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

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

border-color css

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

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

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