Html Css Color HEX #EDC067 Harvest Gold

📋 copy color: '#EDC067'

red 237 ◦ green 192 ◦ blue 103

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

Shades of Harvest Gold #EDC067

Tints of Harvest Gold #EDC067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

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

R = 44.55%
G = 36.09%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC067 (or 0xEDC067) is known color: Harvest Gold. HEX triplet: ED, C0 and 67. RGB value is (237,192,103). Sum of RGB (Red+Green+Blue) = 237+192+103=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC067 is #123F98. Grayscale: #C3C3C3. Windows color (decimal): -1195929 or 6799597. OLE color: 6799597.

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

Color convert

RGB 237 192 103 -
CMYK 0 0.19 0.57 0.07
HSL 39.85º 0.79% 0.67% -
HSV(B) 39.85º 0.57% 0.93% -
XYZ 56.22 56.68 20.81 -
YUV 195.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 237 192 103 0 0.19 0.57 0.07 39.85 0.79 0.67
Hex ED C0 67 0 13 39 7 28 4F 43
Octal 355 300 147 0 23 71 7 50 117 103
Binary 11101101 11000000 1100111 0 10011 111001 111 101000 1001111 1000011

Color Harmonies of #EDC067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC067

Black with #EDC067

Text Example


Text Example

White with #EDC067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC067; }

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

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

background-color css

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

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

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

border-color css

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

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

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