Html Css Color HEX #EDF762 Honeysuckle

📋 copy color: '#EDF762'

red 237 ◦ green 247 ◦ blue 98

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

Shades of Honeysuckle #EDF762

Tints of Honeysuckle #EDF762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.44%

 BLUE value IS 98 (38.67% from 255) = 16.84%

R = 40.72%
G = 42.44%
B = 16.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#EDF762 (or 0xEDF762) is known color: Honeysuckle. HEX triplet: ED, F7 and 62. RGB value is (237,247,98). Sum of RGB (Red+Green+Blue) = 237+247+98=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 98 (38.67% from 255 or 16.84% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF762 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF762 is #12089D. Grayscale: #E3E3E3. Windows color (decimal): -1181854 or 6485997. OLE color: 6485997.

HSL color Cylindrical-coordinate representation of color #EDF762: hue angle of 64.03º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF762 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 98 -
CMYK 0.04 0 0.60 0.03
HSL 64.03º 0.9% 0.68% -
HSV(B) 64.03º 0.6% 0.97% -
XYZ 70.39 85.41 24.33 -
YUV 227.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 237 247 98 0.04 0 0.60 0.03 64.03 0.9 0.68
Hex ED F7 62 4 0 3C 3 40 5A 44
Octal 355 367 142 4 0 74 3 100 132 104
Binary 11101101 11110111 1100010 100 0 111100 11 1000000 1011010 1000100

Color Harmonies of #EDF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF762

Black with #EDF762

Text Example


Text Example

White with #EDF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF762; }

 p { color: rgb(237,247,98); }

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

background-color css

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

 a { background-color: rgb(237,247,98); }

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

border-color css

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

 span { border-color: rgb(237,247,98); }

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