Html Css Color HEX #EDE668 Honeysuckle

📋 copy color: '#EDE668'

red 237 ◦ green 230 ◦ blue 104

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

Shades of Honeysuckle #EDE668

Tints of Honeysuckle #EDE668

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.28%

 BLUE value IS 104 (41.02% from 255) = 18.21%

R = 41.51%
G = 40.28%
B = 18.21%

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

#EDE668 (or 0xEDE668) is known color: Honeysuckle. HEX triplet: ED, E6 and 68. RGB value is (237,230,104). Sum of RGB (Red+Green+Blue) = 237+230+104=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 104 (41.02% from 255 or 18.21% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE668 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE668 is #121997. Grayscale: #DADADA. Windows color (decimal): -1186200 or 6874861. OLE color: 6874861.

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

Color convert

RGB 237 230 104 -
CMYK 0 0.03 0.56 0.07
HSL 56.84º 0.79% 0.67% -
HSV(B) 56.84º 0.56% 0.93% -
XYZ 65.72 75.6 24.22 -
YUV 217.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 237 230 104 0 0.03 0.56 0.07 56.84 0.79 0.67
Hex ED E6 68 0 3 38 7 39 4F 43
Octal 355 346 150 0 3 70 7 71 117 103
Binary 11101101 11100110 1101000 0 11 111000 111 111001 1001111 1000011

Color Harmonies of #EDE668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE668

Black with #EDE668

Text Example


Text Example

White with #EDE668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE668; }

 p { color: rgb(237,230,104); }

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

background-color css

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

 a { background-color: rgb(237,230,104); }

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

border-color css

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

 span { border-color: rgb(237,230,104); }

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