Html Css Color HEX #EDB567 Harvest Gold

📋 copy color: '#EDB567'

red 237 ◦ green 181 ◦ blue 103

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

Shades of Harvest Gold #EDB567

Tints of Harvest Gold #EDB567

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.74%

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

R = 45.49%
G = 34.74%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDB567 (or 0xEDB567) is known color: Harvest Gold. HEX triplet: ED, B5 and 67. RGB value is (237,181,103). Sum of RGB (Red+Green+Blue) = 237+181+103=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB567 is #124A98. Grayscale: #BDBDBD. Windows color (decimal): -1198745 or 6796781. OLE color: 6796781.

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

Color convert

RGB 237 181 103 -
CMYK 0 0.24 0.57 0.07
HSL 34.93º 0.79% 0.67% -
HSV(B) 34.93º 0.57% 0.93% -
XYZ 53.9 52.03 20.03 -
YUV 188.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 237 181 103 0 0.24 0.57 0.07 34.93 0.79 0.67
Hex ED B5 67 0 18 39 7 23 4F 43
Octal 355 265 147 0 30 71 7 43 117 103
Binary 11101101 10110101 1100111 0 11000 111001 111 100011 1001111 1000011

Color Harmonies of #EDB567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB567

Black with #EDB567

Text Example


Text Example

White with #EDB567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB567; }

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

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

background-color css

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

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

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

border-color css

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

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

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