Html Css Color HEX #EDEB65 Honeysuckle

📋 copy color: '#EDEB65'

red 237 ◦ green 235 ◦ blue 101

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

Shades of Honeysuckle #EDEB65

Tints of Honeysuckle #EDEB65

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.01%

 BLUE value IS 101 (39.84% from 255) = 17.63%

R = 41.36%
G = 41.01%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDEB65 (or 0xEDEB65) is known color: Honeysuckle. HEX triplet: ED, EB and 65. RGB value is (237,235,101). Sum of RGB (Red+Green+Blue) = 237+235+101=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 101 (39.84% from 255 or 17.63% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB65 is #12149A. Grayscale: #DCDCDC. Windows color (decimal): -1184923 or 6679533. OLE color: 6679533.

HSL color Cylindrical-coordinate representation of color #EDEB65: hue angle of 59.12º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDEB65 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 101 -
CMYK 0 0.01 0.57 0.07
HSL 59.12º 0.79% 0.66% -
HSV(B) 59.12º 0.57% 0.93% -
XYZ 66.98 78.36 23.91 -
YUV 220.32 60.66 139.9 -
System Red Green Blue C M Y K H S L
Decimal 237 235 101 0 0.01 0.57 0.07 59.12 0.79 0.66
Hex ED EB 65 0 1 39 7 3B 4F 42
Octal 355 353 145 0 1 71 7 73 117 102
Binary 11101101 11101011 1100101 0 1 111001 111 111011 1001111 1000010

Color Harmonies of #EDEB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB65

Black with #EDEB65

Text Example


Text Example

White with #EDEB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB65; }

 p { color: rgb(237,235,101); }

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

background-color css

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

 a { background-color: rgb(237,235,101); }

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

border-color css

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

 span { border-color: rgb(237,235,101); }

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