Html Css Color HEX #EEB269 Harvest Gold

📋 copy color: '#EEB269'

red 238 ◦ green 178 ◦ blue 105

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

Shades of Harvest Gold #EEB269

Tints of Harvest Gold #EEB269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.17%

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

R = 45.68%
G = 34.17%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EEB269 (or 0xEEB269) is known color: Harvest Gold. HEX triplet: EE, B2 and 69. RGB value is (238,178,105). Sum of RGB (Red+Green+Blue) = 238+178+105=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB269 is #114D96. Grayscale: #BBBBBB. Windows color (decimal): -1133975 or 6927086. OLE color: 6927086.

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

Color convert

RGB 238 178 105 -
CMYK 0 0.25 0.56 0.07
HSL 32.93º 0.8% 0.67% -
HSV(B) 32.93º 0.56% 0.93% -
XYZ 53.73 51.04 20.38 -
YUV 187.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 238 178 105 0 0.25 0.56 0.07 32.93 0.8 0.67
Hex EE B2 69 0 19 38 7 21 50 43
Octal 356 262 151 0 31 70 7 41 120 103
Binary 11101110 10110010 1101001 0 11001 111000 111 100001 1010000 1000011

Color Harmonies of #EEB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB269

Black with #EEB269

Text Example


Text Example

White with #EEB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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