Html Css Color HEX #EDE268 Honeysuckle

📋 copy color: '#EDE268'

red 237 ◦ green 226 ◦ blue 104

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

Shades of Honeysuckle #EDE268

Tints of Honeysuckle #EDE268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.86%

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

R = 41.8%
G = 39.86%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDE268 (or 0xEDE268) is known color: Honeysuckle. HEX triplet: ED, E2 and 68. RGB value is (237,226,104). Sum of RGB (Red+Green+Blue) = 237+226+104=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE268 is #121D97. Grayscale: #D7D7D7. Windows color (decimal): -1187224 or 6873837. OLE color: 6873837.

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

Color convert

RGB 237 226 104 -
CMYK 0 0.05 0.56 0.07
HSL 55.04º 0.79% 0.67% -
HSV(B) 55.04º 0.56% 0.93% -
XYZ 64.62 73.4 23.86 -
YUV 215.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 237 226 104 0 0.05 0.56 0.07 55.04 0.79 0.67
Hex ED E2 68 0 5 38 7 37 4F 43
Octal 355 342 150 0 5 70 7 67 117 103
Binary 11101101 11100010 1101000 0 101 111000 111 110111 1001111 1000011

Color Harmonies of #EDE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE268

Black with #EDE268

Text Example


Text Example

White with #EDE268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE268; }

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

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

background-color css

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

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

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

border-color css

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

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

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