Html Css Color HEX #EDE16A Honeysuckle

📋 copy color: '#EDE16A'

red 237 ◦ green 225 ◦ blue 106

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

Shades of Honeysuckle #EDE16A

Tints of Honeysuckle #EDE16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.61%

 BLUE value IS 106 (41.8% from 255) = 18.66%

R = 41.73%
G = 39.61%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDE16A (or 0xEDE16A) is known color: Honeysuckle. HEX triplet: ED, E1 and 6A. RGB value is (237,225,106). Sum of RGB (Red+Green+Blue) = 237+225+106=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE16A is #121E95. Grayscale: #D7D7D7. Windows color (decimal): -1187478 or 7004653. OLE color: 7004653.

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

Color convert

RGB 237 225 106 -
CMYK 0 0.05 0.55 0.07
HSL 54.5º 0.78% 0.67% -
HSV(B) 54.5º 0.55% 0.93% -
XYZ 64.45 72.9 24.31 -
YUV 215.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 237 225 106 0 0.05 0.55 0.07 54.5 0.78 0.67
Hex ED E1 6A 0 5 37 7 37 4E 43
Octal 355 341 152 0 5 67 7 67 116 103
Binary 11101101 11100001 1101010 0 101 110111 111 110111 1001110 1000011

Color Harmonies of #EDE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE16A

Black with #EDE16A

Text Example


Text Example

White with #EDE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE16A; }

 p { color: rgb(237,225,106); }

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

background-color css

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

 a { background-color: rgb(237,225,106); }

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

border-color css

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

 span { border-color: rgb(237,225,106); }

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