Html Css Color HEX #EDF75E Honeysuckle

📋 copy color: '#EDF75E'

red 237 ◦ green 247 ◦ blue 94

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

Shades of Honeysuckle #EDF75E

Tints of Honeysuckle #EDF75E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.73%

 BLUE value IS 94 (37.11% from 255) = 16.26%

R = 41%
G = 42.73%
B = 16.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#EDF75E (or 0xEDF75E) is known color: Honeysuckle. HEX triplet: ED, F7 and 5E. RGB value is (237,247,94). Sum of RGB (Red+Green+Blue) = 237+247+94=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 94 (37.11% from 255 or 16.26% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF75E is #1208A1. Grayscale: #E3E3E3. Windows color (decimal): -1181858 or 6223853. OLE color: 6223853.

HSL color Cylindrical-coordinate representation of color #EDF75E: hue angle of 63.92º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDF75E is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 94 -
CMYK 0.04 0 0.62 0.03
HSL 63.92º 0.91% 0.67% -
HSV(B) 63.92º 0.62% 0.97% -
XYZ 70.21 85.33 23.36 -
YUV 226.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 237 247 94 0.04 0 0.62 0.03 63.92 0.91 0.67
Hex ED F7 5E 4 0 3E 3 40 5B 43
Octal 355 367 136 4 0 76 3 100 133 103
Binary 11101101 11110111 1011110 100 0 111110 11 1000000 1011011 1000011

Color Harmonies of #EDF75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF75E

Black with #EDF75E

Text Example


Text Example

White with #EDF75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF75E; }

 p { color: rgb(237,247,94); }

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

background-color css

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

 a { background-color: rgb(237,247,94); }

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

border-color css

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

 span { border-color: rgb(237,247,94); }

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