Html Css Color HEX #EDE569 Honeysuckle

📋 copy color: '#EDE569'

red 237 ◦ green 229 ◦ blue 105

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

Shades of Honeysuckle #EDE569

Tints of Honeysuckle #EDE569

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.11%

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

R = 41.51%
G = 40.11%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDE569 (or 0xEDE569) is known color: Honeysuckle. HEX triplet: ED, E5 and 69. RGB value is (237,229,105). Sum of RGB (Red+Green+Blue) = 237+229+105=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 105 (41.41% from 255 or 18.39% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE569 is #121A96. Grayscale: #D9D9D9. Windows color (decimal): -1186455 or 6940141. OLE color: 6940141.

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

Color convert

RGB 237 229 105 -
CMYK 0 0.03 0.56 0.07
HSL 56.36º 0.79% 0.67% -
HSV(B) 56.36º 0.56% 0.93% -
XYZ 65.49 75.06 24.4 -
YUV 217.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 237 229 105 0 0.03 0.56 0.07 56.36 0.79 0.67
Hex ED E5 69 0 3 38 7 38 4F 43
Octal 355 345 151 0 3 70 7 70 117 103
Binary 11101101 11100101 1101001 0 11 111000 111 111000 1001111 1000011

Color Harmonies of #EDE569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE569

Black with #EDE569

Text Example


Text Example

White with #EDE569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE569; }

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

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

background-color css

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

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

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

border-color css

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

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

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