Html Css Color HEX #EDE468 Honeysuckle

📋 copy color: '#EDE468'

red 237 ◦ green 228 ◦ blue 104

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

Shades of Honeysuckle #EDE468

Tints of Honeysuckle #EDE468

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.07%

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

R = 41.65%
G = 40.07%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDE468 (or 0xEDE468) is known color: Honeysuckle. HEX triplet: ED, E4 and 68. RGB value is (237,228,104). Sum of RGB (Red+Green+Blue) = 237+228+104=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE468 is #121B97. Grayscale: #D9D9D9. Windows color (decimal): -1186712 or 6874349. OLE color: 6874349.

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

Color convert

RGB 237 228 104 -
CMYK 0 0.04 0.56 0.07
HSL 55.94º 0.79% 0.67% -
HSV(B) 55.94º 0.56% 0.93% -
XYZ 65.17 74.49 24.04 -
YUV 216.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 237 228 104 0 0.04 0.56 0.07 55.94 0.79 0.67
Hex ED E4 68 0 4 38 7 38 4F 43
Octal 355 344 150 0 4 70 7 70 117 103
Binary 11101101 11100100 1101000 0 100 111000 111 111000 1001111 1000011

Color Harmonies of #EDE468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE468

Black with #EDE468

Text Example


Text Example

White with #EDE468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE468; }

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

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

background-color css

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

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

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

border-color css

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

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

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