Html Css Color HEX #EDF65F Honeysuckle

📋 copy color: '#EDF65F'

red 237 ◦ green 246 ◦ blue 95

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

Shades of Honeysuckle #EDF65F

Tints of Honeysuckle #EDF65F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.56%

 BLUE value IS 95 (37.5% from 255) = 16.44%

R = 41%
G = 42.56%
B = 16.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#EDF65F (or 0xEDF65F) is known color: Honeysuckle. HEX triplet: ED, F6 and 5F. RGB value is (237,246,95). Sum of RGB (Red+Green+Blue) = 237+246+95=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 95 (37.5% from 255 or 16.44% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF65F is #1209A0. Grayscale: #E2E2E2. Windows color (decimal): -1182113 or 6289133. OLE color: 6289133.

HSL color Cylindrical-coordinate representation of color #EDF65F: hue angle of 63.58º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF65F is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 95 -
CMYK 0.04 0 0.61 0.04
HSL 63.58º 0.89% 0.67% -
HSV(B) 63.58º 0.61% 0.96% -
XYZ 69.95 84.74 23.5 -
YUV 226.1 54.02 135.78 -
System Red Green Blue C M Y K H S L
Decimal 237 246 95 0.04 0 0.61 0.04 63.58 0.89 0.67
Hex ED F6 5F 4 0 3D 4 40 59 43
Octal 355 366 137 4 0 75 4 100 131 103
Binary 11101101 11110110 1011111 100 0 111101 100 1000000 1011001 1000011

Color Harmonies of #EDF65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF65F

Black with #EDF65F

Text Example


Text Example

White with #EDF65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF65F; }

 p { color: rgb(237,246,95); }

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

background-color css

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

 a { background-color: rgb(237,246,95); }

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

border-color css

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

 span { border-color: rgb(237,246,95); }

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