Html Css Color HEX #EDEB68 Honeysuckle

📋 copy color: '#EDEB68'

red 237 ◦ green 235 ◦ blue 104

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

Shades of Honeysuckle #EDEB68

Tints of Honeysuckle #EDEB68

RGB

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

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

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

R = 41.15%
G = 40.8%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDEB68 (or 0xEDEB68) is known color: Honeysuckle. HEX triplet: ED, EB and 68. RGB value is (237,235,104). Sum of RGB (Red+Green+Blue) = 237+235+104=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB68 is #121497. Grayscale: #DDDDDD. Windows color (decimal): -1184920 or 6876141. OLE color: 6876141.

HSL color Cylindrical-coordinate representation of color #EDEB68: hue angle of 59.1º degrees, saturation: 0.79, 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 #EDEB68 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 104 -
CMYK 0 0.01 0.56 0.07
HSL 59.1º 0.79% 0.67% -
HSV(B) 59.1º 0.56% 0.93% -
XYZ 67.13 78.42 24.7 -
YUV 220.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 237 235 104 0 0.01 0.56 0.07 59.1 0.79 0.67
Hex ED EB 68 0 1 38 7 3B 4F 43
Octal 355 353 150 0 1 70 7 73 117 103
Binary 11101101 11101011 1101000 0 1 111000 111 111011 1001111 1000011

Color Harmonies of #EDEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB68

Black with #EDEB68

Text Example


Text Example

White with #EDEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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