Html Css Color HEX #EFB06B Harvest Gold

📋 copy color: '#EFB06B'

red 239 ◦ green 176 ◦ blue 107

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

Shades of Harvest Gold #EFB06B

Tints of Harvest Gold #EFB06B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

 BLUE value IS 107 (42.19% from 255) = 20.5%

R = 45.79%
G = 33.72%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFB06B (or 0xEFB06B) is known color: Harvest Gold. HEX triplet: EF, B0 and 6B. RGB value is (239,176,107). Sum of RGB (Red+Green+Blue) = 239+176+107=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB06B is #104F94. Grayscale: #BBBBBB. Windows color (decimal): -1068949 or 7057647. OLE color: 7057647.

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

Color convert

RGB 239 176 107 -
CMYK 0 0.26 0.55 0.06
HSL 31.36º 0.8% 0.68% -
HSV(B) 31.36º 0.55% 0.94% -
XYZ 53.78 50.46 20.82 -
YUV 186.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 239 176 107 0 0.26 0.55 0.06 31.36 0.8 0.68
Hex EF B0 6B 0 1A 37 6 1F 50 44
Octal 357 260 153 0 32 67 6 37 120 104
Binary 11101111 10110000 1101011 0 11010 110111 110 11111 1010000 1000100

Color Harmonies of #EFB06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB06B

Black with #EFB06B

Text Example


Text Example

White with #EFB06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB06B; }

 p { color: rgb(239,176,107); }

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

background-color css

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

 a { background-color: rgb(239,176,107); }

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

border-color css

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

 span { border-color: rgb(239,176,107); }

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