Html Css Color HEX #EDF05C Honeysuckle

📋 copy color: '#EDF05C'

red 237 ◦ green 240 ◦ blue 92

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

Shades of Honeysuckle #EDF05C

Tints of Honeysuckle #EDF05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.17%

R = 41.65%
G = 42.18%
B = 16.17%

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

#EDF05C (or 0xEDF05C) is known color: Honeysuckle. HEX triplet: ED, F0 and 5C. RGB value is (237,240,92). Sum of RGB (Red+Green+Blue) = 237+240+92=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 92 (36.33% from 255 or 16.17% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF05C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF05C is #120FA3. Grayscale: #DEDEDE. Windows color (decimal): -1183652 or 6090989. OLE color: 6090989.

HSL color Cylindrical-coordinate representation of color #EDF05C: 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.62%. Process color model (Four color, CMYK) of #EDF05C is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 92 -
CMYK 0.01 0 0.62 0.06
HSL 61.22º 0.83% 0.65% -
HSV(B) 61.22º 0.62% 0.94% -
XYZ 68.02 81.1 22.19 -
YUV 222.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 237 240 92 0.01 0 0.62 0.06 61.22 0.83 0.65
Hex ED F0 5C 1 0 3E 6 3D 53 41
Octal 355 360 134 1 0 76 6 75 123 101
Binary 11101101 11110000 1011100 1 0 111110 110 111101 1010011 1000001

Color Harmonies of #EDF05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF05C

Black with #EDF05C

Text Example


Text Example

White with #EDF05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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