Html Css Color HEX #EFB26D Harvest Gold

📋 copy color: '#EFB26D'

red 239 ◦ green 178 ◦ blue 109

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

Shades of Harvest Gold #EFB26D

Tints of Harvest Gold #EFB26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.72%

R = 45.44%
G = 33.84%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFB26D (or 0xEFB26D) is known color: Harvest Gold. HEX triplet: EF, B2 and 6D. RGB value is (239,178,109). Sum of RGB (Red+Green+Blue) = 239+178+109=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB26D is #104D92. Grayscale: #BCBCBC. Windows color (decimal): -1068435 or 7189231. OLE color: 7189231.

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

Color convert

RGB 239 178 109 -
CMYK 0 0.26 0.54 0.06
HSL 31.85º 0.8% 0.68% -
HSV(B) 31.85º 0.54% 0.94% -
XYZ 54.28 51.3 21.51 -
YUV 188.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 239 178 109 0 0.26 0.54 0.06 31.85 0.8 0.68
Hex EF B2 6D 0 1A 36 6 20 50 44
Octal 357 262 155 0 32 66 6 40 120 104
Binary 11101111 10110010 1101101 0 11010 110110 110 100000 1010000 1000100

Color Harmonies of #EFB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB26D

Black with #EFB26D

Text Example


Text Example

White with #EFB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB26D; }

 p { color: rgb(239,178,109); }

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

background-color css

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

 a { background-color: rgb(239,178,109); }

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

border-color css

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

 span { border-color: rgb(239,178,109); }

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