Html Css Color HEX #EDF75D Honeysuckle

📋 copy color: '#EDF75D'

red 237 ◦ green 247 ◦ blue 93

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

Shades of Honeysuckle #EDF75D

Tints of Honeysuckle #EDF75D

RGB

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

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

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

R = 41.07%
G = 42.81%
B = 16.12%

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

#EDF75D (or 0xEDF75D) is known color: Honeysuckle. HEX triplet: ED, F7 and 5D. RGB value is (237,247,93). Sum of RGB (Red+Green+Blue) = 237+247+93=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 93 (36.72% from 255 or 16.12% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF75D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF75D is #1208A2. Grayscale: #E3E3E3. Windows color (decimal): -1181859 or 6158317. OLE color: 6158317.

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

Color convert

RGB 237 247 93 -
CMYK 0.04 0 0.62 0.03
HSL 63.9º 0.91% 0.67% -
HSV(B) 63.9º 0.62% 0.97% -
XYZ 70.16 85.32 23.13 -
YUV 226.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 237 247 93 0.04 0 0.62 0.03 63.9 0.91 0.67
Hex ED F7 5D 4 0 3E 3 40 5B 43
Octal 355 367 135 4 0 76 3 100 133 103
Binary 11101101 11110111 1011101 100 0 111110 11 1000000 1011011 1000011

Color Harmonies of #EDF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF75D

Black with #EDF75D

Text Example


Text Example

White with #EDF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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