Html Css Color HEX #EDF85A Honeysuckle

📋 copy color: '#EDF85A'

red 237 ◦ green 248 ◦ blue 90

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

Shades of Honeysuckle #EDF85A

Tints of Honeysuckle #EDF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.13%

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

R = 41.22%
G = 43.13%
B = 15.65%

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

#EDF85A (or 0xEDF85A) is known color: Honeysuckle. HEX triplet: ED, F8 and 5A. RGB value is (237,248,90). Sum of RGB (Red+Green+Blue) = 237+248+90=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 90 (35.55% from 255 or 15.65% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF85A is #1207A5. Grayscale: #E3E3E3. Windows color (decimal): -1181606 or 5961965. OLE color: 5961965.

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

Color convert

RGB 237 248 90 -
CMYK 0.04 0 0.64 0.03
HSL 64.18º 0.92% 0.66% -
HSV(B) 64.18º 0.64% 0.97% -
XYZ 70.34 85.88 22.54 -
YUV 226.7 50.86 135.35 -
System Red Green Blue C M Y K H S L
Decimal 237 248 90 0.04 0 0.64 0.03 64.18 0.92 0.66
Hex ED F8 5A 4 0 40 3 40 5C 42
Octal 355 370 132 4 0 100 3 100 134 102
Binary 11101101 11111000 1011010 100 0 1000000 11 1000000 1011100 1000010

Color Harmonies of #EDF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF85A

Black with #EDF85A

Text Example


Text Example

White with #EDF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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