Html Css Color HEX #EDE869 Honeysuckle

📋 copy color: '#EDE869'

red 237 ◦ green 232 ◦ blue 105

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

Shades of Honeysuckle #EDE869

Tints of Honeysuckle #EDE869

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.42%

 BLUE value IS 105 (41.41% from 255) = 18.29%

R = 41.29%
G = 40.42%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDE869 (or 0xEDE869) is known color: Honeysuckle. HEX triplet: ED, E8 and 69. RGB value is (237,232,105). Sum of RGB (Red+Green+Blue) = 237+232+105=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 105 (41.41% from 255 or 18.29% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE869 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE869 is #121796. Grayscale: #DBDBDB. Windows color (decimal): -1185687 or 6940909. OLE color: 6940909.

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

Color convert

RGB 237 232 105 -
CMYK 0 0.02 0.56 0.07
HSL 57.73º 0.79% 0.67% -
HSV(B) 57.73º 0.56% 0.93% -
XYZ 66.33 76.74 24.68 -
YUV 219.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 237 232 105 0 0.02 0.56 0.07 57.73 0.79 0.67
Hex ED E8 69 0 2 38 7 3A 4F 43
Octal 355 350 151 0 2 70 7 72 117 103
Binary 11101101 11101000 1101001 0 10 111000 111 111010 1001111 1000011

Color Harmonies of #EDE869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE869

Black with #EDE869

Text Example


Text Example

White with #EDE869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE869; }

 p { color: rgb(237,232,105); }

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

background-color css

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

 a { background-color: rgb(237,232,105); }

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

border-color css

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

 span { border-color: rgb(237,232,105); }

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