Html Css Color HEX #EDF45A Honeysuckle

📋 copy color: '#EDF45A'

red 237 ◦ green 244 ◦ blue 90

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

Shades of Honeysuckle #EDF45A

Tints of Honeysuckle #EDF45A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.73%

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

R = 41.51%
G = 42.73%
B = 15.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#EDF45A (or 0xEDF45A) is known color: Honeysuckle. HEX triplet: ED, F4 and 5A. RGB value is (237,244,90). Sum of RGB (Red+Green+Blue) = 237+244+90=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 90 (35.55% from 255 or 15.76% from 571); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF45A is #120BA5. Grayscale: #E0E0E0. Windows color (decimal): -1182630 or 5960941. OLE color: 5960941.

HSL color Cylindrical-coordinate representation of color #EDF45A: hue angle of 62.73º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDF45A is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 90 -
CMYK 0.03 0 0.63 0.04
HSL 62.73º 0.88% 0.65% -
HSV(B) 62.73º 0.63% 0.96% -
XYZ 69.12 83.44 22.14 -
YUV 224.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 237 244 90 0.03 0 0.63 0.04 62.73 0.88 0.65
Hex ED F4 5A 3 0 3F 4 3F 58 41
Octal 355 364 132 3 0 77 4 77 130 101
Binary 11101101 11110100 1011010 11 0 111111 100 111111 1011000 1000001

Color Harmonies of #EDF45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF45A

Black with #EDF45A

Text Example


Text Example

White with #EDF45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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