Html Css Color HEX #EDE761 Honeysuckle

📋 copy color: '#EDE761'

red 237 ◦ green 231 ◦ blue 97

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

Shades of Honeysuckle #EDE761

Tints of Honeysuckle #EDE761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.17%

R = 41.95%
G = 40.88%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDE761 (or 0xEDE761) is known color: Honeysuckle. HEX triplet: ED, E7 and 61. RGB value is (237,231,97). Sum of RGB (Red+Green+Blue) = 237+231+97=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE761 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE761 is #12189E. Grayscale: #DADADA. Windows color (decimal): -1185951 or 6416365. OLE color: 6416365.

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

Color convert

RGB 237 231 97 -
CMYK 0 0.03 0.59 0.07
HSL 57.43º 0.8% 0.65% -
HSV(B) 57.43º 0.59% 0.93% -
XYZ 65.66 76.02 22.52 -
YUV 217.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 237 231 97 0 0.03 0.59 0.07 57.43 0.8 0.65
Hex ED E7 61 0 3 3B 7 39 50 41
Octal 355 347 141 0 3 73 7 71 120 101
Binary 11101101 11100111 1100001 0 11 111011 111 111001 1010000 1000001

Color Harmonies of #EDE761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE761

Black with #EDE761

Text Example


Text Example

White with #EDE761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE761; }

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

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

background-color css

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

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

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

border-color css

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

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

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