Html Css Color HEX #EDE069 Honeysuckle

📋 copy color: '#EDE069'

red 237 ◦ green 224 ◦ blue 105

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

Shades of Honeysuckle #EDE069

Tints of Honeysuckle #EDE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.58%

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

R = 41.87%
G = 39.58%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDE069 (or 0xEDE069) is known color: Honeysuckle. HEX triplet: ED, E0 and 69. RGB value is (237,224,105). Sum of RGB (Red+Green+Blue) = 237+224+105=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE069 is #121F96. Grayscale: #D6D6D6. Windows color (decimal): -1187735 or 6938861. OLE color: 6938861.

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

Color convert

RGB 237 224 105 -
CMYK 0 0.05 0.56 0.07
HSL 54.09º 0.79% 0.67% -
HSV(B) 54.09º 0.56% 0.93% -
XYZ 64.13 72.34 23.95 -
YUV 214.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 237 224 105 0 0.05 0.56 0.07 54.09 0.79 0.67
Hex ED E0 69 0 5 38 7 36 4F 43
Octal 355 340 151 0 5 70 7 66 117 103
Binary 11101101 11100000 1101001 0 101 111000 111 110110 1001111 1000011

Color Harmonies of #EDE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE069

Black with #EDE069

Text Example


Text Example

White with #EDE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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