Html Css Color HEX #EDE067 Honeysuckle

📋 copy color: '#EDE067'

red 237 ◦ green 224 ◦ blue 103

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

Shades of Honeysuckle #EDE067

Tints of Honeysuckle #EDE067

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.72%

 BLUE value IS 103 (40.63% from 255) = 18.26%

R = 42.02%
G = 39.72%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDE067 (or 0xEDE067) is known color: Honeysuckle. HEX triplet: ED, E0 and 67. RGB value is (237,224,103). Sum of RGB (Red+Green+Blue) = 237+224+103=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE067 is #121F98. Grayscale: #D6D6D6. Windows color (decimal): -1187737 or 6807789. OLE color: 6807789.

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

Color convert

RGB 237 224 103 -
CMYK 0 0.05 0.57 0.07
HSL 54.18º 0.79% 0.67% -
HSV(B) 54.18º 0.57% 0.93% -
XYZ 64.03 72.3 23.41 -
YUV 214.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 237 224 103 0 0.05 0.57 0.07 54.18 0.79 0.67
Hex ED E0 67 0 5 39 7 36 4F 43
Octal 355 340 147 0 5 71 7 66 117 103
Binary 11101101 11100000 1100111 0 101 111001 111 110110 1001111 1000011

Color Harmonies of #EDE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE067

Black with #EDE067

Text Example


Text Example

White with #EDE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE067; }

 p { color: rgb(237,224,103); }

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

background-color css

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

 a { background-color: rgb(237,224,103); }

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

border-color css

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

 span { border-color: rgb(237,224,103); }

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