Html Css Color HEX #EDE26C Honeysuckle

📋 copy color: '#EDE26C'

red 237 ◦ green 226 ◦ blue 108

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

Shades of Honeysuckle #EDE26C

Tints of Honeysuckle #EDE26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.91%

R = 41.51%
G = 39.58%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDE26C (or 0xEDE26C) is known color: Honeysuckle. HEX triplet: ED, E2 and 6C. RGB value is (237,226,108). Sum of RGB (Red+Green+Blue) = 237+226+108=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE26C is #121D93. Grayscale: #D8D8D8. Windows color (decimal): -1187220 or 7135981. OLE color: 7135981.

HSL color Cylindrical-coordinate representation of color #EDE26C: hue angle of 54.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDE26C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 108 -
CMYK 0 0.05 0.54 0.07
HSL 54.88º 0.78% 0.68% -
HSV(B) 54.88º 0.54% 0.93% -
XYZ 64.83 73.48 24.95 -
YUV 215.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 237 226 108 0 0.05 0.54 0.07 54.88 0.78 0.68
Hex ED E2 6C 0 5 36 7 37 4E 44
Octal 355 342 154 0 5 66 7 67 116 104
Binary 11101101 11100010 1101100 0 101 110110 111 110111 1001110 1000100

Color Harmonies of #EDE26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE26C

Black with #EDE26C

Text Example


Text Example

White with #EDE26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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