Html Css Color HEX #EDEE68 Honeysuckle

📋 copy color: '#EDEE68'

red 237 ◦ green 238 ◦ blue 104

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

Shades of Honeysuckle #EDEE68

Tints of Honeysuckle #EDEE68

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.11%

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

R = 40.93%
G = 41.11%
B = 17.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDEE68 (or 0xEDEE68) is known color: Honeysuckle. HEX triplet: ED, EE and 68. RGB value is (237,238,104). Sum of RGB (Red+Green+Blue) = 237+238+104=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 104 (41.02% from 255 or 17.96% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE68 is #121197. Grayscale: #DEDEDE. Windows color (decimal): -1184152 or 6876909. OLE color: 6876909.

HSL color Cylindrical-coordinate representation of color #EDEE68: hue angle of 60.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDEE68 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 104 -
CMYK 0.00 0 0.56 0.07
HSL 60.45º 0.8% 0.67% -
HSV(B) 60.45º 0.56% 0.93% -
XYZ 68 80.15 24.98 -
YUV 222.43 61.17 138.4 -
System Red Green Blue C M Y K H S L
Decimal 237 238 104 0.00 0 0.56 0.07 60.45 0.8 0.67
Hex ED EE 68 0 0 38 7 3C 50 43
Octal 355 356 150 0 0 70 7 74 120 103
Binary 11101101 11101110 1101000 0 0 111000 111 111100 1010000 1000011

Color Harmonies of #EDEE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE68

Black with #EDEE68

Text Example


Text Example

White with #EDEE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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