Html Css Color HEX #EDEB6C Honeysuckle

📋 copy color: '#EDEB6C'

red 237 ◦ green 235 ◦ blue 108

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

Shades of Honeysuckle #EDEB6C

Tints of Honeysuckle #EDEB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.62%

R = 40.86%
G = 40.52%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDEB6C (or 0xEDEB6C) is known color: Honeysuckle. HEX triplet: ED, EB and 6C. RGB value is (237,235,108). Sum of RGB (Red+Green+Blue) = 237+235+108=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB6C is #121493. Grayscale: #DDDDDD. Windows color (decimal): -1184916 or 7138285. OLE color: 7138285.

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

Color convert

RGB 237 235 108 -
CMYK 0 0.01 0.54 0.07
HSL 59.07º 0.78% 0.68% -
HSV(B) 59.07º 0.54% 0.93% -
XYZ 67.34 78.5 25.79 -
YUV 221.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 237 235 108 0 0.01 0.54 0.07 59.07 0.78 0.68
Hex ED EB 6C 0 1 36 7 3B 4E 44
Octal 355 353 154 0 1 66 7 73 116 104
Binary 11101101 11101011 1101100 0 1 110110 111 111011 1001110 1000100

Color Harmonies of #EDEB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB6C

Black with #EDEB6C

Text Example


Text Example

White with #EDEB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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