Html Css Color HEX #EDE968 Honeysuckle

📋 copy color: '#EDE968'

red 237 ◦ green 233 ◦ blue 104

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

Shades of Honeysuckle #EDE968

Tints of Honeysuckle #EDE968

RGB

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

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

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

R = 41.29%
G = 40.59%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDE968 (or 0xEDE968) is known color: Honeysuckle. HEX triplet: ED, E9 and 68. RGB value is (237,233,104). Sum of RGB (Red+Green+Blue) = 237+233+104=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE968 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE968 is #121697. Grayscale: #DCDCDC. Windows color (decimal): -1185432 or 6875629. OLE color: 6875629.

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

Color convert

RGB 237 233 104 -
CMYK 0 0.02 0.56 0.07
HSL 58.2º 0.79% 0.67% -
HSV(B) 58.2º 0.56% 0.93% -
XYZ 66.56 77.28 24.51 -
YUV 219.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 237 233 104 0 0.02 0.56 0.07 58.2 0.79 0.67
Hex ED E9 68 0 2 38 7 3A 4F 43
Octal 355 351 150 0 2 70 7 72 117 103
Binary 11101101 11101001 1101000 0 10 111000 111 111010 1001111 1000011

Color Harmonies of #EDE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE968

Black with #EDE968

Text Example


Text Example

White with #EDE968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE968; }

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

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

background-color css

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

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

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

border-color css

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

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

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