Html Css Color HEX #EDF268 Honeysuckle

📋 copy color: '#EDF268'

red 237 ◦ green 242 ◦ blue 104

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

Shades of Honeysuckle #EDF268

Tints of Honeysuckle #EDF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.51%

 BLUE value IS 104 (41.02% from 255) = 17.84%

R = 40.65%
G = 41.51%
B = 17.84%

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

#EDF268 (or 0xEDF268) is known color: Honeysuckle. HEX triplet: ED, F2 and 68. RGB value is (237,242,104). Sum of RGB (Red+Green+Blue) = 237+242+104=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 104 (41.02% from 255 or 17.84% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF268 is #120D97. Grayscale: #E1E1E1. Windows color (decimal): -1183128 or 6877933. OLE color: 6877933.

HSL color Cylindrical-coordinate representation of color #EDF268: hue angle of 62.17º degrees, saturation: 0.84, 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 #EDF268 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 104 -
CMYK 0.02 0 0.57 0.05
HSL 62.17º 0.84% 0.68% -
HSV(B) 62.17º 0.57% 0.95% -
XYZ 69.18 82.51 25.38 -
YUV 224.77 59.84 136.72 -
System Red Green Blue C M Y K H S L
Decimal 237 242 104 0.02 0 0.57 0.05 62.17 0.84 0.68
Hex ED F2 68 2 0 39 5 3E 54 44
Octal 355 362 150 2 0 71 5 76 124 104
Binary 11101101 11110010 1101000 10 0 111001 101 111110 1010100 1000100

Color Harmonies of #EDF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF268

Black with #EDF268

Text Example


Text Example

White with #EDF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF268; }

 p { color: rgb(237,242,104); }

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

background-color css

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

 a { background-color: rgb(237,242,104); }

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

border-color css

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

 span { border-color: rgb(237,242,104); }

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