Html Css Color HEX #EDF95A Honeysuckle

📋 copy color: '#EDF95A'

red 237 ◦ green 249 ◦ blue 90

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

Shades of Honeysuckle #EDF95A

Tints of Honeysuckle #EDF95A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.23%

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

R = 41.15%
G = 43.23%
B = 15.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#EDF95A (or 0xEDF95A) is known color: Honeysuckle. HEX triplet: ED, F9 and 5A. RGB value is (237,249,90). Sum of RGB (Red+Green+Blue) = 237+249+90=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 90 (35.55% from 255 or 15.62% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF95A is #1206A5. Grayscale: #E3E3E3. Windows color (decimal): -1181350 or 5962221. OLE color: 5962221.

HSL color Cylindrical-coordinate representation of color #EDF95A: hue angle of 64.53º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDF95A is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 90 -
CMYK 0.05 0 0.64 0.02
HSL 64.53º 0.93% 0.66% -
HSV(B) 64.53º 0.64% 0.98% -
XYZ 70.65 86.49 22.64 -
YUV 227.29 50.52 134.93 -
System Red Green Blue C M Y K H S L
Decimal 237 249 90 0.05 0 0.64 0.02 64.53 0.93 0.66
Hex ED F9 5A 5 0 40 2 41 5D 42
Octal 355 371 132 5 0 100 2 101 135 102
Binary 11101101 11111001 1011010 101 0 1000000 10 1000001 1011101 1000010

Color Harmonies of #EDF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF95A

Black with #EDF95A

Text Example


Text Example

White with #EDF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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