Html Css Color HEX #EFB372 Harvest Gold

📋 copy color: '#EFB372'

red 239 ◦ green 179 ◦ blue 114

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

Shades of Harvest Gold #EFB372

Tints of Harvest Gold #EFB372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.43%

R = 44.92%
G = 33.65%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFB372 (or 0xEFB372) is known color: Harvest Gold. HEX triplet: EF, B3 and 72. RGB value is (239,179,114). Sum of RGB (Red+Green+Blue) = 239+179+114=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB372 is #104C8D. Grayscale: #BDBDBD. Windows color (decimal): -1068174 or 7517167. OLE color: 7517167.

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

Color convert

RGB 239 179 114 -
CMYK 0 0.25 0.52 0.06
HSL 31.2º 0.8% 0.69% -
HSV(B) 31.2º 0.52% 0.94% -
XYZ 54.75 51.81 23.03 -
YUV 189.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 239 179 114 0 0.25 0.52 0.06 31.2 0.8 0.69
Hex EF B3 72 0 19 34 6 1F 50 45
Octal 357 263 162 0 31 64 6 37 120 105
Binary 11101111 10110011 1110010 0 11001 110100 110 11111 1010000 1000101

Color Harmonies of #EFB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB372

Black with #EFB372

Text Example


Text Example

White with #EFB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB372; }

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

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

background-color css

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

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

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

border-color css

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

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

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