Html Css Color HEX #EDF05D Honeysuckle

📋 copy color: '#EDF05D'

red 237 ◦ green 240 ◦ blue 93

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

Shades of Honeysuckle #EDF05D

Tints of Honeysuckle #EDF05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.32%

R = 41.58%
G = 42.11%
B = 16.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EDF05D (or 0xEDF05D) is known color: Honeysuckle. HEX triplet: ED, F0 and 5D. RGB value is (237,240,93). Sum of RGB (Red+Green+Blue) = 237+240+93=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 93 (36.72% from 255 or 16.32% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF05D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF05D is #120FA2. Grayscale: #DEDEDE. Windows color (decimal): -1183651 or 6156525. OLE color: 6156525.

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

Color convert

RGB 237 240 93 -
CMYK 0.01 0 0.61 0.06
HSL 61.22º 0.83% 0.65% -
HSV(B) 61.22º 0.61% 0.94% -
XYZ 68.06 81.12 22.43 -
YUV 222.35 55.01 138.45 -
System Red Green Blue C M Y K H S L
Decimal 237 240 93 0.01 0 0.61 0.06 61.22 0.83 0.65
Hex ED F0 5D 1 0 3D 6 3D 53 41
Octal 355 360 135 1 0 75 6 75 123 101
Binary 11101101 11110000 1011101 1 0 111101 110 111101 1010011 1000001

Color Harmonies of #EDF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF05D

Black with #EDF05D

Text Example


Text Example

White with #EDF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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