Html Css Color HEX #EFB472 Harvest Gold

📋 copy color: '#EFB472'

red 239 ◦ green 180 ◦ blue 114

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

Shades of Harvest Gold #EFB472

Tints of Harvest Gold #EFB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.77%

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

R = 44.84%
G = 33.77%
B = 21.39%

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

#EFB472 (or 0xEFB472) is known color: Harvest Gold. HEX triplet: EF, B4 and 72. RGB value is (239,180,114). Sum of RGB (Red+Green+Blue) = 239+180+114=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB472 is #104B8D. Grayscale: #BEBEBE. Windows color (decimal): -1067918 or 7517423. OLE color: 7517423.

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

Color convert

RGB 239 180 114 -
CMYK 0 0.25 0.52 0.06
HSL 31.68º 0.8% 0.69% -
HSV(B) 31.68º 0.52% 0.94% -
XYZ 54.96 52.21 23.1 -
YUV 190.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 239 180 114 0 0.25 0.52 0.06 31.68 0.8 0.69
Hex EF B4 72 0 19 34 6 20 50 45
Octal 357 264 162 0 31 64 6 40 120 105
Binary 11101111 10110100 1110010 0 11001 110100 110 100000 1010000 1000101

Color Harmonies of #EFB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB472

Black with #EFB472

Text Example


Text Example

White with #EFB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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