Html Css Color HEX #EEC369 Harvest Gold

📋 copy color: '#EEC369'

red 238 ◦ green 195 ◦ blue 105

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

Shades of Harvest Gold #EEC369

Tints of Harvest Gold #EEC369

RGB

 RED value IS 238 (93.36% from 255) = 44.24%

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

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

R = 44.24%
G = 36.25%
B = 19.52%

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

#EEC369 (or 0xEEC369) is known color: Harvest Gold. HEX triplet: EE, C3 and 69. RGB value is (238,195,105). Sum of RGB (Red+Green+Blue) = 238+195+105=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC369 is #113C96. Grayscale: #C6C6C6. Windows color (decimal): -1129623 or 6931438. OLE color: 6931438.

HSL color Cylindrical-coordinate representation of color #EEC369: hue angle of 40.6º degrees, saturation: 0.8, 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 #EEC369 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 105 -
CMYK 0 0.18 0.56 0.07
HSL 40.6º 0.8% 0.67% -
HSV(B) 40.6º 0.56% 0.93% -
XYZ 57.32 58.23 21.58 -
YUV 197.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 238 195 105 0 0.18 0.56 0.07 40.6 0.8 0.67
Hex EE C3 69 0 12 38 7 29 50 43
Octal 356 303 151 0 22 70 7 51 120 103
Binary 11101110 11000011 1101001 0 10010 111000 111 101001 1010000 1000011

Color Harmonies of #EEC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC369

Black with #EEC369

Text Example


Text Example

White with #EEC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC369; }

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

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

background-color css

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

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

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

border-color css

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

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

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