Html Css Color HEX #EDF968 Honeysuckle

📋 copy color: '#EDF968'

red 237 ◦ green 249 ◦ blue 104

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

Shades of Honeysuckle #EDF968

Tints of Honeysuckle #EDF968

RGB

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

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

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

R = 40.17%
G = 42.2%
B = 17.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#EDF968 (or 0xEDF968) is known color: Honeysuckle. HEX triplet: ED, F9 and 68. RGB value is (237,249,104). Sum of RGB (Red+Green+Blue) = 237+249+104=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 104 (41.02% from 255 or 17.63% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF968 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF968 is #120697. Grayscale: #E5E5E5. Windows color (decimal): -1181336 or 6879725. OLE color: 6879725.

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

Color convert

RGB 237 249 104 -
CMYK 0.05 0 0.58 0.02
HSL 64.97º 0.92% 0.69% -
HSV(B) 64.97º 0.58% 0.98% -
XYZ 71.3 86.76 26.08 -
YUV 228.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 237 249 104 0.05 0 0.58 0.02 64.97 0.92 0.69
Hex ED F9 68 5 0 3A 2 41 5C 45
Octal 355 371 150 5 0 72 2 101 134 105
Binary 11101101 11111001 1101000 101 0 111010 10 1000001 1011100 1000101

Color Harmonies of #EDF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF968

Black with #EDF968

Text Example


Text Example

White with #EDF968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF968; }

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

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

background-color css

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

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

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

border-color css

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

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

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