Html Css Color HEX #EDF468 Honeysuckle

📋 copy color: '#EDF468'

red 237 ◦ green 244 ◦ blue 104

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

Shades of Honeysuckle #EDF468

Tints of Honeysuckle #EDF468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.71%

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

R = 40.51%
G = 41.71%
B = 17.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#EDF468 (or 0xEDF468) is known color: Honeysuckle. HEX triplet: ED, F4 and 68. RGB value is (237,244,104). Sum of RGB (Red+Green+Blue) = 237+244+104=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 104 (41.02% from 255 or 17.78% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF468 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF468 is #120B97. Grayscale: #E2E2E2. Windows color (decimal): -1182616 or 6878445. OLE color: 6878445.

HSL color Cylindrical-coordinate representation of color #EDF468: hue angle of 63º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDF468 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 104 -
CMYK 0.03 0 0.57 0.04
HSL 63º 0.86% 0.68% -
HSV(B) 63º 0.57% 0.96% -
XYZ 69.77 83.71 25.58 -
YUV 225.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 237 244 104 0.03 0 0.57 0.04 63 0.86 0.68
Hex ED F4 68 3 0 39 4 3F 56 44
Octal 355 364 150 3 0 71 4 77 126 104
Binary 11101101 11110100 1101000 11 0 111001 100 111111 1010110 1000100

Color Harmonies of #EDF468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF468

Black with #EDF468

Text Example


Text Example

White with #EDF468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF468; }

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

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

background-color css

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

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

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

border-color css

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

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

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