Html Css Color HEX #EDE06A Honeysuckle

📋 copy color: '#EDE06A'

red 237 ◦ green 224 ◦ blue 106

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

Shades of Honeysuckle #EDE06A

Tints of Honeysuckle #EDE06A

RGB

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

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

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

R = 41.8%
G = 39.51%
B = 18.69%

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

#EDE06A (or 0xEDE06A) is known color: Honeysuckle. HEX triplet: ED, E0 and 6A. RGB value is (237,224,106). Sum of RGB (Red+Green+Blue) = 237+224+106=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE06A is #121F95. Grayscale: #D6D6D6. Windows color (decimal): -1187734 or 7004397. OLE color: 7004397.

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

Color convert

RGB 237 224 106 -
CMYK 0 0.05 0.55 0.07
HSL 54.05º 0.78% 0.67% -
HSV(B) 54.05º 0.55% 0.93% -
XYZ 64.18 72.36 24.22 -
YUV 214.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 237 224 106 0 0.05 0.55 0.07 54.05 0.78 0.67
Hex ED E0 6A 0 5 37 7 36 4E 43
Octal 355 340 152 0 5 67 7 66 116 103
Binary 11101101 11100000 1101010 0 101 110111 111 110110 1001110 1000011

Color Harmonies of #EDE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE06A

Black with #EDE06A

Text Example


Text Example

White with #EDE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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