Html Css Color HEX #EDE764 Honeysuckle

📋 copy color: '#EDE764'

red 237 ◦ green 231 ◦ blue 100

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

Shades of Honeysuckle #EDE764

Tints of Honeysuckle #EDE764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.61%

R = 41.73%
G = 40.67%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDE764 (or 0xEDE764) is known color: Honeysuckle. HEX triplet: ED, E7 and 64. RGB value is (237,231,100). Sum of RGB (Red+Green+Blue) = 237+231+100=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE764 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE764 is #12189B. Grayscale: #DADADA. Windows color (decimal): -1185948 or 6612973. OLE color: 6612973.

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

Color convert

RGB 237 231 100 -
CMYK 0 0.03 0.58 0.07
HSL 57.37º 0.79% 0.66% -
HSV(B) 57.37º 0.58% 0.93% -
XYZ 65.8 76.08 23.27 -
YUV 217.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 237 231 100 0 0.03 0.58 0.07 57.37 0.79 0.66
Hex ED E7 64 0 3 3A 7 39 4F 42
Octal 355 347 144 0 3 72 7 71 117 102
Binary 11101101 11100111 1100100 0 11 111010 111 111001 1001111 1000010

Color Harmonies of #EDE764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE764

Black with #EDE764

Text Example


Text Example

White with #EDE764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE764; }

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

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

background-color css

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

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

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

border-color css

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

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

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