Html Css Color HEX #EDE76E Honeysuckle

📋 copy color: '#EDE76E'

red 237 ◦ green 231 ◦ blue 110

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

Shades of Honeysuckle #EDE76E

Tints of Honeysuckle #EDE76E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.97%

 BLUE value IS 110 (43.36% from 255) = 19.03%

R = 41%
G = 39.97%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDE76E (or 0xEDE76E) is known color: Honeysuckle. HEX triplet: ED, E7 and 6E. RGB value is (237,231,110). Sum of RGB (Red+Green+Blue) = 237+231+110=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE76E is #121891. Grayscale: #DBDBDB. Windows color (decimal): -1185938 or 7268333. OLE color: 7268333.

HSL color Cylindrical-coordinate representation of color #EDE76E: hue angle of 57.17º 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 #EDE76E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 110 -
CMYK 0 0.03 0.54 0.07
HSL 57.17º 0.78% 0.68% -
HSV(B) 57.17º 0.54% 0.93% -
XYZ 66.32 76.28 25.98 -
YUV 219 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 237 231 110 0 0.03 0.54 0.07 57.17 0.78 0.68
Hex ED E7 6E 0 3 36 7 39 4E 44
Octal 355 347 156 0 3 66 7 71 116 104
Binary 11101101 11100111 1101110 0 11 110110 111 111001 1001110 1000100

Color Harmonies of #EDE76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE76E

Black with #EDE76E

Text Example


Text Example

White with #EDE76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE76E; }

 p { color: rgb(237,231,110); }

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

background-color css

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

 a { background-color: rgb(237,231,110); }

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

border-color css

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

 span { border-color: rgb(237,231,110); }

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