Html Css Color HEX #EDF066 Honeysuckle

📋 copy color: '#EDF066'

red 237 ◦ green 240 ◦ blue 102

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

Shades of Honeysuckle #EDF066

Tints of Honeysuckle #EDF066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.62%

R = 40.93%
G = 41.45%
B = 17.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EDF066 (or 0xEDF066) is known color: Honeysuckle. HEX triplet: ED, F0 and 66. RGB value is (237,240,102). Sum of RGB (Red+Green+Blue) = 237+240+102=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 102 (40.23% from 255 or 17.62% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF066 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF066 is #120F99. Grayscale: #DFDFDF. Windows color (decimal): -1183642 or 6746349. OLE color: 6746349.

HSL color Cylindrical-coordinate representation of color #EDF066: hue angle of 61.3º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDF066 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 102 -
CMYK 0.01 0 0.58 0.06
HSL 61.3º 0.82% 0.67% -
HSV(B) 61.3º 0.58% 0.94% -
XYZ 68.48 81.28 24.65 -
YUV 223.37 59.51 137.72 -
System Red Green Blue C M Y K H S L
Decimal 237 240 102 0.01 0 0.58 0.06 61.3 0.82 0.67
Hex ED F0 66 1 0 3A 6 3D 52 43
Octal 355 360 146 1 0 72 6 75 122 103
Binary 11101101 11110000 1100110 1 0 111010 110 111101 1010010 1000011

Color Harmonies of #EDF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF066

Black with #EDF066

Text Example


Text Example

White with #EDF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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