Html Css Color HEX #EDF369 Honeysuckle

📋 copy color: '#EDF369'

red 237 ◦ green 243 ◦ blue 105

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

Shades of Honeysuckle #EDF369

Tints of Honeysuckle #EDF369

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.54%

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

R = 40.51%
G = 41.54%
B = 17.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#EDF369 (or 0xEDF369) is known color: Honeysuckle. HEX triplet: ED, F3 and 69. RGB value is (237,243,105). Sum of RGB (Red+Green+Blue) = 237+243+105=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 105 (41.41% from 255 or 17.95% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF369 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF369 is #120C96. Grayscale: #E2E2E2. Windows color (decimal): -1182871 or 6943725. OLE color: 6943725.

HSL color Cylindrical-coordinate representation of color #EDF369: hue angle of 62.61º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDF369 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 105 -
CMYK 0.02 0 0.57 0.05
HSL 62.61º 0.85% 0.68% -
HSV(B) 62.61º 0.57% 0.95% -
XYZ 69.53 83.13 25.75 -
YUV 225.47 60.01 136.22 -
System Red Green Blue C M Y K H S L
Decimal 237 243 105 0.02 0 0.57 0.05 62.61 0.85 0.68
Hex ED F3 69 2 0 39 5 3F 55 44
Octal 355 363 151 2 0 71 5 77 125 104
Binary 11101101 11110011 1101001 10 0 111001 101 111111 1010101 1000100

Color Harmonies of #EDF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF369

Black with #EDF369

Text Example


Text Example

White with #EDF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF369; }

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

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

background-color css

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

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

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

border-color css

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

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

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