Html Css Color HEX #EDF05B Honeysuckle

📋 copy color: '#EDF05B'

red 237 ◦ green 240 ◦ blue 91

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

Shades of Honeysuckle #EDF05B

Tints of Honeysuckle #EDF05B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.25%

 BLUE value IS 91 (35.94% from 255) = 16.02%

R = 41.73%
G = 42.25%
B = 16.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EDF05B (or 0xEDF05B) is known color: Honeysuckle. HEX triplet: ED, F0 and 5B. RGB value is (237,240,91). Sum of RGB (Red+Green+Blue) = 237+240+91=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 91 (35.94% from 255 or 16.02% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF05B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF05B is #120FA4. Grayscale: #DEDEDE. Windows color (decimal): -1183653 or 6025453. OLE color: 6025453.

HSL color Cylindrical-coordinate representation of color #EDF05B: hue angle of 61.21º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDF05B is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 91 -
CMYK 0.01 0 0.62 0.06
HSL 61.21º 0.83% 0.65% -
HSV(B) 61.21º 0.62% 0.94% -
XYZ 67.97 81.08 21.96 -
YUV 222.12 54.01 138.62 -
System Red Green Blue C M Y K H S L
Decimal 237 240 91 0.01 0 0.62 0.06 61.21 0.83 0.65
Hex ED F0 5B 1 0 3E 6 3D 53 41
Octal 355 360 133 1 0 76 6 75 123 101
Binary 11101101 11110000 1011011 1 0 111110 110 111101 1010011 1000001

Color Harmonies of #EDF05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF05B

Black with #EDF05B

Text Example


Text Example

White with #EDF05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF05B; }

 p { color: rgb(237,240,91); }

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

background-color css

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

 a { background-color: rgb(237,240,91); }

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

border-color css

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

 span { border-color: rgb(237,240,91); }

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