Html Css Color HEX #EDF65D Honeysuckle

📋 copy color: '#EDF65D'

red 237 ◦ green 246 ◦ blue 93

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

Shades of Honeysuckle #EDF65D

Tints of Honeysuckle #EDF65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.15%

R = 41.15%
G = 42.71%
B = 16.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#EDF65D (or 0xEDF65D) is known color: Honeysuckle. HEX triplet: ED, F6 and 5D. RGB value is (237,246,93). Sum of RGB (Red+Green+Blue) = 237+246+93=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 93 (36.72% from 255 or 16.15% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF65D is #1209A2. Grayscale: #E2E2E2. Windows color (decimal): -1182115 or 6158061. OLE color: 6158061.

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

Color convert

RGB 237 246 93 -
CMYK 0.04 0 0.62 0.04
HSL 63.53º 0.89% 0.66% -
HSV(B) 63.53º 0.62% 0.96% -
XYZ 69.86 84.71 23.02 -
YUV 225.87 53.02 135.94 -
System Red Green Blue C M Y K H S L
Decimal 237 246 93 0.04 0 0.62 0.04 63.53 0.89 0.66
Hex ED F6 5D 4 0 3E 4 40 59 42
Octal 355 366 135 4 0 76 4 100 131 102
Binary 11101101 11110110 1011101 100 0 111110 100 1000000 1011001 1000010

Color Harmonies of #EDF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF65D

Black with #EDF65D

Text Example


Text Example

White with #EDF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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