Html Css Color HEX #EDEE5D Honeysuckle

📋 copy color: '#EDEE5D'

red 237 ◦ green 238 ◦ blue 93

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

Shades of Honeysuckle #EDEE5D

Tints of Honeysuckle #EDEE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.37%

R = 41.73%
G = 41.9%
B = 16.37%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDEE5D (or 0xEDEE5D) is known color: Honeysuckle. HEX triplet: ED, EE and 5D. RGB value is (237,238,93). Sum of RGB (Red+Green+Blue) = 237+238+93=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE5D is #1211A2. Grayscale: #DDDDDD. Windows color (decimal): -1184163 or 6156013. OLE color: 6156013.

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

Color convert

RGB 237 238 93 -
CMYK 0.00 0 0.61 0.07
HSL 60.41º 0.81% 0.65% -
HSV(B) 60.41º 0.61% 0.93% -
XYZ 67.48 79.94 22.23 -
YUV 221.17 55.67 139.29 -
System Red Green Blue C M Y K H S L
Decimal 237 238 93 0.00 0 0.61 0.07 60.41 0.81 0.65
Hex ED EE 5D 0 0 3D 7 3C 51 41
Octal 355 356 135 0 0 75 7 74 121 101
Binary 11101101 11101110 1011101 0 0 111101 111 111100 1010001 1000001

Color Harmonies of #EDEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE5D

Black with #EDEE5D

Text Example


Text Example

White with #EDEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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