Html Css Color HEX #EDF962 Honeysuckle

📋 copy color: '#EDF962'

red 237 ◦ green 249 ◦ blue 98

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

Shades of Honeysuckle #EDF962

Tints of Honeysuckle #EDF962

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.64%

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

R = 40.58%
G = 42.64%
B = 16.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#EDF962 (or 0xEDF962) is known color: Honeysuckle. HEX triplet: ED, F9 and 62. RGB value is (237,249,98). Sum of RGB (Red+Green+Blue) = 237+249+98=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 98 (38.67% from 255 or 16.78% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF962 is #12069D. Grayscale: #E4E4E4. Windows color (decimal): -1181342 or 6486509. OLE color: 6486509.

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

Color convert

RGB 237 249 98 -
CMYK 0.05 0 0.61 0.02
HSL 64.77º 0.93% 0.68% -
HSV(B) 64.77º 0.61% 0.98% -
XYZ 71.01 86.64 24.54 -
YUV 228.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 237 249 98 0.05 0 0.61 0.02 64.77 0.93 0.68
Hex ED F9 62 5 0 3D 2 41 5D 44
Octal 355 371 142 5 0 75 2 101 135 104
Binary 11101101 11111001 1100010 101 0 111101 10 1000001 1011101 1000100

Color Harmonies of #EDF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF962

Black with #EDF962

Text Example


Text Example

White with #EDF962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF962; }

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

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

background-color css

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

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

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

border-color css

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

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

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