Html Css Color HEX #EFB368 Harvest Gold

📋 copy color: '#EFB368'

red 239 ◦ green 179 ◦ blue 104

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

Shades of Harvest Gold #EFB368

Tints of Harvest Gold #EFB368

RGB

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

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

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

R = 45.79%
G = 34.29%
B = 19.92%

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

#EFB368 (or 0xEFB368) is known color: Harvest Gold. HEX triplet: EF, B3 and 68. RGB value is (239,179,104). Sum of RGB (Red+Green+Blue) = 239+179+104=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB368 is #104C97. Grayscale: #BCBCBC. Windows color (decimal): -1068184 or 6861807. OLE color: 6861807.

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

Color convert

RGB 239 179 104 -
CMYK 0 0.25 0.56 0.06
HSL 33.33º 0.81% 0.67% -
HSV(B) 33.33º 0.56% 0.94% -
XYZ 54.22 51.59 20.2 -
YUV 188.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 239 179 104 0 0.25 0.56 0.06 33.33 0.81 0.67
Hex EF B3 68 0 19 38 6 21 51 43
Octal 357 263 150 0 31 70 6 41 121 103
Binary 11101111 10110011 1101000 0 11001 111000 110 100001 1010001 1000011

Color Harmonies of #EFB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB368

Black with #EFB368

Text Example


Text Example

White with #EFB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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