Html Css Color HEX #EFB369 Harvest Gold

📋 copy color: '#EFB369'

red 239 ◦ green 179 ◦ blue 105

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

Shades of Harvest Gold #EFB369

Tints of Harvest Gold #EFB369

RGB

 RED value IS 239 (93.75% from 255) = 45.7%

 GREEN value IS 179 (70.31% from 255) = 34.23%

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

R = 45.7%
G = 34.23%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB369 (or 0xEFB369) is known color: Harvest Gold. HEX triplet: EF, B3 and 69. RGB value is (239,179,105). Sum of RGB (Red+Green+Blue) = 239+179+105=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB369 is #104C96. Grayscale: #BCBCBC. Windows color (decimal): -1068183 or 6927343. OLE color: 6927343.

HSL color Cylindrical-coordinate representation of color #EFB369: hue angle of 33.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFB369 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 105 -
CMYK 0 0.25 0.56 0.06
HSL 33.13º 0.81% 0.67% -
HSV(B) 33.13º 0.56% 0.94% -
XYZ 54.27 51.61 20.47 -
YUV 188.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 239 179 105 0 0.25 0.56 0.06 33.13 0.81 0.67
Hex EF B3 69 0 19 38 6 21 51 43
Octal 357 263 151 0 31 70 6 41 121 103
Binary 11101111 10110011 1101001 0 11001 111000 110 100001 1010001 1000011

Color Harmonies of #EFB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB369

Black with #EFB369

Text Example


Text Example

White with #EFB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB369; }

 p { color: rgb(239,179,105); }

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

background-color css

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

 a { background-color: rgb(239,179,105); }

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

border-color css

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

 span { border-color: rgb(239,179,105); }

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