Html Css Color HEX #EDE368 Honeysuckle

📋 copy color: '#EDE368'

red 237 ◦ green 227 ◦ blue 104

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

Shades of Honeysuckle #EDE368

Tints of Honeysuckle #EDE368

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.96%

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

R = 41.73%
G = 39.96%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDE368 (or 0xEDE368) is known color: Honeysuckle. HEX triplet: ED, E3 and 68. RGB value is (237,227,104). Sum of RGB (Red+Green+Blue) = 237+227+104=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 104 (41.02% from 255 or 18.31% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE368 is #121C97. Grayscale: #D8D8D8. Windows color (decimal): -1186968 or 6874093. OLE color: 6874093.

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

Color convert

RGB 237 227 104 -
CMYK 0 0.04 0.56 0.07
HSL 55.49º 0.79% 0.67% -
HSV(B) 55.49º 0.56% 0.93% -
XYZ 64.89 73.94 23.95 -
YUV 215.97 64.81 143 -
System Red Green Blue C M Y K H S L
Decimal 237 227 104 0 0.04 0.56 0.07 55.49 0.79 0.67
Hex ED E3 68 0 4 38 7 37 4F 43
Octal 355 343 150 0 4 70 7 67 117 103
Binary 11101101 11100011 1101000 0 100 111000 111 110111 1001111 1000011

Color Harmonies of #EDE368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE368

Black with #EDE368

Text Example


Text Example

White with #EDE368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE368; }

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

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

background-color css

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

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

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

border-color css

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

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

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