Html Css Color HEX #EDF75A Honeysuckle

📋 copy color: '#EDF75A'

red 237 ◦ green 247 ◦ blue 90

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

Shades of Honeysuckle #EDF75A

Tints of Honeysuckle #EDF75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.68%

R = 41.29%
G = 43.03%
B = 15.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#EDF75A (or 0xEDF75A) is known color: Honeysuckle. HEX triplet: ED, F7 and 5A. RGB value is (237,247,90). Sum of RGB (Red+Green+Blue) = 237+247+90=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 90 (35.55% from 255 or 15.68% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF75A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF75A is #1208A5. Grayscale: #E2E2E2. Windows color (decimal): -1181862 or 5961709. OLE color: 5961709.

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

Color convert

RGB 237 247 90 -
CMYK 0.04 0 0.64 0.03
HSL 63.82º 0.91% 0.66% -
HSV(B) 63.82º 0.64% 0.97% -
XYZ 70.03 85.26 22.44 -
YUV 226.11 51.19 135.77 -
System Red Green Blue C M Y K H S L
Decimal 237 247 90 0.04 0 0.64 0.03 63.82 0.91 0.66
Hex ED F7 5A 4 0 40 3 40 5B 42
Octal 355 367 132 4 0 100 3 100 133 102
Binary 11101101 11110111 1011010 100 0 1000000 11 1000000 1011011 1000010

Color Harmonies of #EDF75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF75A

Black with #EDF75A

Text Example


Text Example

White with #EDF75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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