Html Css Color HEX #EDF069 Honeysuckle

📋 copy color: '#EDF069'

red 237 ◦ green 240 ◦ blue 105

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

Shades of Honeysuckle #EDF069

Tints of Honeysuckle #EDF069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.04%

R = 40.72%
G = 41.24%
B = 18.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EDF069 (or 0xEDF069) is known color: Honeysuckle. HEX triplet: ED, F0 and 69. RGB value is (237,240,105). Sum of RGB (Red+Green+Blue) = 237+240+105=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 105 (41.41% from 255 or 18.04% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF069 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF069 is #120F96. Grayscale: #E0E0E0. Windows color (decimal): -1183639 or 6942957. OLE color: 6942957.

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

Color convert

RGB 237 240 105 -
CMYK 0.01 0 0.56 0.06
HSL 61.33º 0.82% 0.68% -
HSV(B) 61.33º 0.56% 0.94% -
XYZ 68.63 81.34 25.45 -
YUV 223.71 61.01 137.48 -
System Red Green Blue C M Y K H S L
Decimal 237 240 105 0.01 0 0.56 0.06 61.33 0.82 0.68
Hex ED F0 69 1 0 38 6 3D 52 44
Octal 355 360 151 1 0 70 6 75 122 104
Binary 11101101 11110000 1101001 1 0 111000 110 111101 1010010 1000100

Color Harmonies of #EDF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF069

Black with #EDF069

Text Example


Text Example

White with #EDF069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF069; }

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

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

background-color css

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

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

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

border-color css

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

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

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