Html Css Color HEX #EDE962 Honeysuckle

📋 copy color: '#EDE962'

red 237 ◦ green 233 ◦ blue 98

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

Shades of Honeysuckle #EDE962

Tints of Honeysuckle #EDE962

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.02%

 BLUE value IS 98 (38.67% from 255) = 17.25%

R = 41.73%
G = 41.02%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDE962 (or 0xEDE962) is known color: Honeysuckle. HEX triplet: ED, E9 and 62. RGB value is (237,233,98). Sum of RGB (Red+Green+Blue) = 237+233+98=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 98 (38.67% from 255 or 17.25% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE962 is #12169D. Grayscale: #DBDBDB. Windows color (decimal): -1185438 or 6482413. OLE color: 6482413.

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

Color convert

RGB 237 233 98 -
CMYK 0 0.02 0.59 0.07
HSL 58.27º 0.79% 0.66% -
HSV(B) 58.27º 0.59% 0.93% -
XYZ 66.27 77.16 22.96 -
YUV 218.81 59.83 140.98 -
System Red Green Blue C M Y K H S L
Decimal 237 233 98 0 0.02 0.59 0.07 58.27 0.79 0.66
Hex ED E9 62 0 2 3B 7 3A 4F 42
Octal 355 351 142 0 2 73 7 72 117 102
Binary 11101101 11101001 1100010 0 10 111011 111 111010 1001111 1000010

Color Harmonies of #EDE962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE962

Black with #EDE962

Text Example


Text Example

White with #EDE962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE962; }

 p { color: rgb(237,233,98); }

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

background-color css

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

 a { background-color: rgb(237,233,98); }

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

border-color css

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

 span { border-color: rgb(237,233,98); }

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