Html Css Color HEX #EDB667 Harvest Gold

📋 copy color: '#EDB667'

red 237 ◦ green 182 ◦ blue 103

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

Shades of Harvest Gold #EDB667

Tints of Harvest Gold #EDB667

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.87%

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

R = 45.4%
G = 34.87%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDB667 (or 0xEDB667) is known color: Harvest Gold. HEX triplet: ED, B6 and 67. RGB value is (237,182,103). Sum of RGB (Red+Green+Blue) = 237+182+103=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB667 is #124998. Grayscale: #BDBDBD. Windows color (decimal): -1198489 or 6797037. OLE color: 6797037.

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

Color convert

RGB 237 182 103 -
CMYK 0 0.23 0.57 0.07
HSL 35.37º 0.79% 0.67% -
HSV(B) 35.37º 0.57% 0.93% -
XYZ 54.1 52.44 20.1 -
YUV 189.44 79.22 161.92 -
System Red Green Blue C M Y K H S L
Decimal 237 182 103 0 0.23 0.57 0.07 35.37 0.79 0.67
Hex ED B6 67 0 17 39 7 23 4F 43
Octal 355 266 147 0 27 71 7 43 117 103
Binary 11101101 10110110 1100111 0 10111 111001 111 100011 1001111 1000011

Color Harmonies of #EDB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB667

Black with #EDB667

Text Example


Text Example

White with #EDB667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB667; }

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

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

background-color css

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

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

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

border-color css

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

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

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