Html Css Color HEX #EDED67 Honeysuckle

📋 copy color: '#EDED67'

red 237 ◦ green 237 ◦ blue 103

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

Shades of Honeysuckle #EDED67

Tints of Honeysuckle #EDED67

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

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

R = 41.07%
G = 41.07%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDED67 (or 0xEDED67) is known color: Honeysuckle. HEX triplet: ED, ED and 67. RGB value is (237,237,103). Sum of RGB (Red+Green+Blue) = 237+237+103=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 103 (40.62% from 255 or 17.85% from 577); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED67 is #121298. Grayscale: #DEDEDE. Windows color (decimal): -1184409 or 6811117. OLE color: 6811117.

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

Color convert

RGB 237 237 103 -
CMYK 0 0 0.57 0.07
HSL 60º 0.79% 0.67% -
HSV(B) 60º 0.57% 0.93% -
XYZ 67.66 79.55 24.62 -
YUV 221.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 237 237 103 0 0 0.57 0.07 60 0.79 0.67
Hex ED ED 67 0 0 39 7 3C 4F 43
Octal 355 355 147 0 0 71 7 74 117 103
Binary 11101101 11101101 1100111 0 0 111001 111 111100 1001111 1000011

Color Harmonies of #EDED67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED67

Black with #EDED67

Text Example


Text Example

White with #EDED67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED67; }

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

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

background-color css

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

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

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

border-color css

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

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

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