Html Css Color HEX #EEC368 Harvest Gold

📋 copy color: '#EEC368'

red 238 ◦ green 195 ◦ blue 104

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

Shades of Harvest Gold #EEC368

Tints of Harvest Gold #EEC368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.37%

R = 44.32%
G = 36.31%
B = 19.37%

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

#EEC368 (or 0xEEC368) is known color: Harvest Gold. HEX triplet: EE, C3 and 68. RGB value is (238,195,104). Sum of RGB (Red+Green+Blue) = 238+195+104=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC368 is #113C97. Grayscale: #C5C5C5. Windows color (decimal): -1129624 or 6865902. OLE color: 6865902.

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

Color convert

RGB 238 195 104 -
CMYK 0 0.18 0.56 0.07
HSL 40.75º 0.8% 0.67% -
HSV(B) 40.75º 0.56% 0.93% -
XYZ 57.27 58.21 21.31 -
YUV 197.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 238 195 104 0 0.18 0.56 0.07 40.75 0.8 0.67
Hex EE C3 68 0 12 38 7 29 50 43
Octal 356 303 150 0 22 70 7 51 120 103
Binary 11101110 11000011 1101000 0 10010 111000 111 101001 1010000 1000011

Color Harmonies of #EEC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC368

Black with #EEC368

Text Example


Text Example

White with #EEC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC368; }

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

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

background-color css

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

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

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

border-color css

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

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

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