Html Css Color HEX #EDC369 Harvest Gold

📋 copy color: '#EDC369'

red 237 ◦ green 195 ◦ blue 105

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

Shades of Harvest Gold #EDC369

Tints of Harvest Gold #EDC369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.31%

 BLUE value IS 105 (41.41% from 255) = 19.55%

R = 44.13%
G = 36.31%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDC369 (or 0xEDC369) is known color: Harvest Gold. HEX triplet: ED, C3 and 69. RGB value is (237,195,105). Sum of RGB (Red+Green+Blue) = 237+195+105=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC369 is #123C96. Grayscale: #C5C5C5. Windows color (decimal): -1195159 or 6931437. OLE color: 6931437.

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

Color convert

RGB 237 195 105 -
CMYK 0 0.18 0.56 0.07
HSL 40.91º 0.79% 0.67% -
HSV(B) 40.91º 0.56% 0.93% -
XYZ 56.99 58.05 21.57 -
YUV 197.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 237 195 105 0 0.18 0.56 0.07 40.91 0.79 0.67
Hex ED C3 69 0 12 38 7 29 4F 43
Octal 355 303 151 0 22 70 7 51 117 103
Binary 11101101 11000011 1101001 0 10010 111000 111 101001 1001111 1000011

Color Harmonies of #EDC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC369

Black with #EDC369

Text Example


Text Example

White with #EDC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC369; }

 p { color: rgb(237,195,105); }

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

background-color css

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

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

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

border-color css

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

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

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